Color Hex Logo

#b08854 Color Hex

#B08854
(176,136,84)
0 Favorites   0 Comments

Color spaces of #b08854

RGB 17613684
HSL0.090.370.51
HSV34°52°69°
CMYK 0.000.230.52   0.31
XYZ28.308927.478512.1993
Yxy27.47850.41640.4042
Hunter Lab52.41994.662422.8958
CIE-Lab59.41468.848533.6079

#b08854 color RGB value is (176,136,84).

#b08854 hex color red value is 176, green value is 136 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b08854 hue: 0.09 , saturation: 0.37 and the lightness value of b08854 is 0.51.

The process color (four color CMYK) of #b08854 color hex is 0.00, 0.23, 0.52, 0.31. Web safe color of #b08854 is #999966. Color #b08854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001000 01010100
Octal 260 210 124
Decimal 176 136 84
Hex B0 88 54

RGB Percentages of Color #b08854

%44.44
%34.34
%21.21

CMYK Percentages of Color #b08854

%0
%23
%52
%31

Triadic Colors of #b08854

#b08854 #54b088 #8854b0

Analogous Colors of #b08854

#b08854 #aab054 #b05a54

Monochromatic Colors of #b08854

#b08854

Complementary Color

#b08854 #547cb0

#b08854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08854 Color CSS Codes

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

#b08854 Text Font Color

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

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


#b08854 Background Color

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

This div background color is #b08854


#b08854 Border Color

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

This div border color is #b08854


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,136,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b08854; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b08854;
  -webkit-box-shadow: 1px 1px 3px 2px #b08854;
  box-shadow:         1px 1px 3px 2px #b08854; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,136,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08854


Comments

No comments written yet.

Please login to write comment.