Color Hex Logo

#b5874d Color Hex

#B5874D
(181,135,77)
0 Favorites   0 Comments

Color spaces of #b5874d

RGB 18113577
HSL0.090.410.51
HSV33°57°71°
CMYK 0.000.250.57   0.29
XYZ29.059627.687510.8338
Yxy27.68750.43000.4097
Hunter Lab52.61896.496324.6259
CIE-Lab59.605410.952337.6774

#b5874d color RGB value is (181,135,77).

#b5874d hex color red value is 181, green value is 135 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b5874d hue: 0.09 , saturation: 0.41 and the lightness value of b5874d is 0.51.

The process color (four color CMYK) of #b5874d color hex is 0.00, 0.25, 0.57, 0.29. Web safe color of #b5874d is #cc9966. Color #b5874d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000111 01001101
Octal 265 207 115
Decimal 181 135 77
Hex B5 87 4D

RGB Percentages of Color #b5874d

%46.06
%34.35
%19.59

CMYK Percentages of Color #b5874d

%0
%25
%57
%29

Triadic Colors of #b5874d

#b5874d #4db587 #874db5

Analogous Colors of #b5874d

#b5874d #afb54d #b5534d

Monochromatic Colors of #b5874d

#b5874d

Complementary Color

#b5874d #4d7bb5

#b5874d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5874d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5874d Color CSS Codes

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

#b5874d Text Font Color

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

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


#b5874d Background Color

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

This div background color is #b5874d


#b5874d Border Color

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

This div border color is #b5874d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5874d


Comments

No comments written yet.

Please login to write comment.