Color Hex Logo

#b78c5b Color Hex

#B78C5B
(183,140,91)
0 Favorites   0 Comments

Color spaces of #b78c5b

RGB 18314091
HSL0.090.390.54
HSV32°50°72°
CMYK 0.000.230.50   0.28
XYZ30.794829.578813.9837
Yxy29.57880.41410.3978
Hunter Lab54.38645.894522.8260
CIE-Lab61.289110.270132.3510

#b78c5b color RGB value is (183,140,91).

#b78c5b hex color red value is 183, green value is 140 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b78c5b hue: 0.09 , saturation: 0.39 and the lightness value of b78c5b is 0.54.

The process color (four color CMYK) of #b78c5b color hex is 0.00, 0.23, 0.50, 0.28. Web safe color of #b78c5b is #cc9966. Color #b78c5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001100 01011011
Octal 267 214 133
Decimal 183 140 91
Hex B7 8C 5B

RGB Percentages of Color #b78c5b

%44.20
%33.82
%21.98

CMYK Percentages of Color #b78c5b

%0
%23
%50
%28

Triadic Colors of #b78c5b

#b78c5b #5bb78c #8c5bb7

Analogous Colors of #b78c5b

#b78c5b #b4b75b #b75e5b

Monochromatic Colors of #b78c5b

#b78c5b

Complementary Color

#b78c5b #5b86b7

#b78c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78c5b Color CSS Codes

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

#b78c5b Text Font Color

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

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


#b78c5b Background Color

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

This div background color is #b78c5b


#b78c5b Border Color

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

This div border color is #b78c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78c5b


Comments

No comments written yet.

Please login to write comment.