color codes Logo

#b97e4b color codes

#B97E4B
(185,126,75)
0 Favorites   0 Comments

Color spaces of #b97e4b

RGB 18512675
HSL0.080.440.51
HSV28°59°73°
CMYK 0.000.320.59   0.27
XYZ28.738425.744010.1110
Yxy25.74400.44490.3986
Hunter Lab50.738512.310323.7019
CIE-Lab57.793317.517536.6618

#b97e4b color RGB value is (185,126,75).

#b97e4b hex color red value is 185, green value is 126 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b97e4b hue: 0.08 , saturation: 0.44 and the lightness value of b97e4b is 0.51.

The process color (four color CMYK) of #b97e4b color code is 0.00, 0.32, 0.59, 0.27. Web safe color of #b97e4b is #cc6633. Color #b97e4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 01001011
Octal 271 176 113
Decimal 185 126 75
Hex B9 7E 4B

RGB Percentages of Color #b97e4b

%47.93
%32.64
%19.43

CMYK Percentages of Color #b97e4b

%0
%32
%59
%27

Triadic Colors of #b97e4b

#b97e4b #4bb97e #7e4bb9

Analogous Colors of #b97e4b

#b97e4b #b9b54b #b94b4f

Monochromatic Colors of #b97e4b

#b97e4b

Complementary Color

#b97e4b #4b86b9

#b97e4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97e4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97e4b Color CSS Codes

.mybgcolor {background-color:#b97e4b; } 
.myforecolor {color:#b97e4b; }
.mybordercolor {border:3px solid #b97e4b; }

#b97e4b Text Font Color

<p style="color:#b97e4b">Text here</p>

This sample text font color is #b97e4b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b97e4b Background Color

<div style="background-color:#b97e4b">
Div content here</div>

This div background color is #b97e4b


#b97e4b Border Color

<div style="border:3px solid #b97e4b">
Div here</div>

This div border color is #b97e4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,126,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b97e4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b97e4b;
  -webkit-box-shadow: 1px 1px 3px 2px #b97e4b;
  box-shadow:         1px 1px 3px 2px #b97e4b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,126,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b97e4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b97e4b;
  -webkit-box-shadow: 1px 1px 3px 2px #b97e4b;
  box-shadow:         1px 1px 3px 2px #b97e4b;">
Div content here</div>

This div box has shadow with color #b97e4b


Comments

No comments written yet.

Please login to write comment.