Color Hex Logo

#b08561 Color Hex

#B08561
(176,133,97)
0 Favorites   0 Comments

Color spaces of #b08561

RGB 17613397
HSL0.080.330.54
HSV27°45°69°
CMYK 0.000.240.45   0.31
XYZ28.449726.868214.9959
Yxy26.86820.40460.3821
Hunter Lab51.83457.260319.1314
CIE-Lab58.852111.825825.7711

#b08561 color RGB value is (176,133,97).

#b08561 hex color red value is 176, green value is 133 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b08561 hue: 0.08 , saturation: 0.33 and the lightness value of b08561 is 0.54.

The process color (four color CMYK) of #b08561 color hex is 0.00, 0.24, 0.45, 0.31. Web safe color of #b08561 is #999966. Color #b08561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000101 01100001
Octal 260 205 141
Decimal 176 133 97
Hex B0 85 61

RGB Percentages of Color #b08561

%43.35
%32.76
%23.89

CMYK Percentages of Color #b08561

%0
%24
%45
%31

Triadic Colors of #b08561

#b08561 #61b085 #8561b0

Analogous Colors of #b08561

#b08561 #b0ad61 #b06165

Monochromatic Colors of #b08561

#b08561

Complementary Color

#b08561 #618cb0

#b08561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08561 Color CSS Codes

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

#b08561 Text Font Color

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

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


#b08561 Background Color

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

This div background color is #b08561


#b08561 Border Color

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

This div border color is #b08561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08561


Comments

No comments written yet.

Please login to write comment.