Color Hex Logo

#b5806d Color Hex

#B5806D
(181,128,109)
0 Favorites   0 Comments

Color spaces of #b5806d

RGB 181128109
HSL0.040.330.57
HSV16°40°71°
CMYK 0.000.290.40   0.29
XYZ29.535526.366218.0005
Yxy26.36620.39970.3568
Hunter Lab51.348012.814515.1590
CIE-Lab58.383018.049818.4797

#b5806d color RGB value is (181,128,109).

#b5806d hex color red value is 181, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b5806d hue: 0.04 , saturation: 0.33 and the lightness value of b5806d is 0.57.

The process color (four color CMYK) of #b5806d color hex is 0.00, 0.29, 0.40, 0.29. Web safe color of #b5806d is #cc9966. Color #b5806d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 01101101
Octal 265 200 155
Decimal 181 128 109
Hex B5 80 6D

RGB Percentages of Color #b5806d

%43.30
%30.62
%26.08

CMYK Percentages of Color #b5806d

%0
%29
%40
%29

Triadic Colors of #b5806d

#b5806d #6db580 #806db5

Analogous Colors of #b5806d

#b5806d #b5a46d #b56d7e

Monochromatic Colors of #b5806d

#b5806d

Complementary Color

#b5806d #6da2b5

#b5806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5806d Color CSS Codes

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

#b5806d Text Font Color

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

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


#b5806d Background Color

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

This div background color is #b5806d


#b5806d Border Color

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

This div border color is #b5806d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,128,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5806d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5806d;
  -webkit-box-shadow: 1px 1px 3px 2px #b5806d;
  box-shadow:         1px 1px 3px 2px #b5806d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,128,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5806d


Comments

No comments written yet.

Please login to write comment.