Color Hex Logo

#b7874a Color Hex

#B7874A
(183,135,74)
0 Favorites   0 Comments

Color spaces of #b7874a

RGB 18313574
HSL0.090.430.50
HSV34°60°72°
CMYK 0.000.260.60   0.28
XYZ29.428427.889610.3108
Yxy27.88960.43510.4124
Hunter Lab52.81067.049525.3916
CIE-Lab59.788911.580339.5098

#b7874a color RGB value is (183,135,74).

#b7874a hex color red value is 183, green value is 135 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b7874a hue: 0.09 , saturation: 0.43 and the lightness value of b7874a is 0.50.

The process color (four color CMYK) of #b7874a color hex is 0.00, 0.26, 0.60, 0.28. Web safe color of #b7874a is #cc9933. Color #b7874a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000111 01001010
Octal 267 207 112
Decimal 183 135 74
Hex B7 87 4A

RGB Percentages of Color #b7874a

%46.68
%34.44
%18.88

CMYK Percentages of Color #b7874a

%0
%26
%60
%28

Triadic Colors of #b7874a

#b7874a #4ab787 #874ab7

Analogous Colors of #b7874a

#b7874a #b1b74a #b7514a

Monochromatic Colors of #b7874a

#b7874a

Complementary Color

#b7874a #4a7ab7

#b7874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7874a Color CSS Codes

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

#b7874a Text Font Color

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

This sample text font color is #b7874a
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.


#b7874a Background Color

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

This div background color is #b7874a


#b7874a Border Color

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

This div border color is #b7874a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,135,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7874a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7874a;
  -webkit-box-shadow: 1px 1px 3px 2px #b7874a;
  box-shadow:         1px 1px 3px 2px #b7874a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,135,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7874a


Comments

No comments written yet.

Please login to write comment.