Color Hex Logo

#b78b6c Color Hex

#B78B6C
(183,139,108)
0 Favorites   0 Comments

Color spaces of #b78b6c

RGB 183139108
HSL0.070.340.57
HSV25°41°72°
CMYK 0.000.240.41   0.28
XYZ31.467829.615218.2451
Yxy29.61520.39670.3733
Hunter Lab54.41987.981318.2160
CIE-Lab61.320812.617123.0498

#b78b6c color RGB value is (183,139,108).

#b78b6c hex color red value is 183, green value is 139 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b78b6c hue: 0.07 , saturation: 0.34 and the lightness value of b78b6c is 0.57.

The process color (four color CMYK) of #b78b6c color hex is 0.00, 0.24, 0.41, 0.28. Web safe color of #b78b6c is #cc9966. Color #b78b6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001011 01101100
Octal 267 213 154
Decimal 183 139 108
Hex B7 8B 6C

RGB Percentages of Color #b78b6c

%42.56
%32.33
%25.12

CMYK Percentages of Color #b78b6c

%0
%24
%41
%28

Triadic Colors of #b78b6c

#b78b6c #6cb78b #8b6cb7

Analogous Colors of #b78b6c

#b78b6c #b7b16c #b76c73

Monochromatic Colors of #b78b6c

#b78b6c

Complementary Color

#b78b6c #6c98b7

#b78b6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78b6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78b6c Color CSS Codes

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

#b78b6c Text Font Color

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

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


#b78b6c Background Color

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

This div background color is #b78b6c


#b78b6c Border Color

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

This div border color is #b78b6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78b6c


Comments

No comments written yet.

Please login to write comment.