Color Hex Logo

#b4816f Color Hex

#B4816F
(180,129,111)
0 Favorites   0 Comments

Color spaces of #b4816f

RGB 180129111
HSL0.040.320.57
HSV16°38°71°
CMYK 0.000.280.38   0.29
XYZ29.541926.551518.6069
Yxy26.55150.39550.3554
Hunter Lab51.528112.162614.6600
CIE-Lab58.556917.324917.5604

#b4816f color RGB value is (180,129,111).

#b4816f hex color red value is 180, green value is 129 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b4816f hue: 0.04 , saturation: 0.32 and the lightness value of b4816f is 0.57.

The process color (four color CMYK) of #b4816f color hex is 0.00, 0.28, 0.38, 0.29. Web safe color of #b4816f is #cc9966. Color #b4816f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 01101111
Octal 264 201 157
Decimal 180 129 111
Hex B4 81 6F

RGB Percentages of Color #b4816f

%42.86
%30.71
%26.43

CMYK Percentages of Color #b4816f

%0
%28
%38
%29

Triadic Colors of #b4816f

#b4816f #6fb481 #816fb4

Analogous Colors of #b4816f

#b4816f #b4a46f #b46f80

Monochromatic Colors of #b4816f

#b4816f

Complementary Color

#b4816f #6fa2b4

#b4816f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4816f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4816f Color CSS Codes

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

#b4816f Text Font Color

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

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


#b4816f Background Color

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

This div background color is #b4816f


#b4816f Border Color

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

This div border color is #b4816f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,129,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4816f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4816f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4816f;
  box-shadow:         1px 1px 3px 2px #b4816f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,129,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4816f


Comments

No comments written yet.

Please login to write comment.