Color Hex Logo

#b7816f Color Hex

#B7816F
(183,129,111)
0 Favorites   0 Comments

Color spaces of #b7816f

RGB 183129111
HSL0.040.330.58
HSV15°39°72°
CMYK 0.000.300.39   0.28
XYZ30.247926.915518.6399
Yxy26.91550.39900.3551
Hunter Lab51.880213.281315.0139
CIE-Lab58.896018.539918.0796

#b7816f color RGB value is (183,129,111).

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

The process color (four color CMYK) of #b7816f color hex is 0.00, 0.30, 0.39, 0.28. Web safe color of #b7816f is #cc9966. Color #b7816f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000001 01101111
Octal 267 201 157
Decimal 183 129 111
Hex B7 81 6F

RGB Percentages of Color #b7816f

%43.26
%30.50
%26.24

CMYK Percentages of Color #b7816f

%0
%30
%39
%28

Triadic Colors of #b7816f

#b7816f #6fb781 #816fb7

Analogous Colors of #b7816f

#b7816f #b7a56f #b76f81

Monochromatic Colors of #b7816f

#b7816f

Complementary Color

#b7816f #6fa5b7

#b7816f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7816f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7816f Color CSS Codes

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

#b7816f Text Font Color

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

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


#b7816f Background Color

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

This div background color is #b7816f


#b7816f Border Color

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

This div border color is #b7816f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,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 #b7816f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7816f


Comments

No comments written yet.

Please login to write comment.