Color Hex Logo

#b58067 Color Hex

#B58067
(181,128,103)
0 Favorites   0 Comments

Color spaces of #b58067

RGB 181128103
HSL0.050.350.56
HSV19°43°71°
CMYK 0.000.290.43   0.29
XYZ29.223426.241416.3568
Yxy26.24140.40690.3654
Hunter Lab51.226412.183816.9269
CIE-Lab58.265517.359421.7253

#b58067 color RGB value is (181,128,103).

#b58067 hex color red value is 181, green value is 128 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b58067 hue: 0.05 , saturation: 0.35 and the lightness value of b58067 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 01100111
Octal 265 200 147
Decimal 181 128 103
Hex B5 80 67

RGB Percentages of Color #b58067

%43.93
%31.07
%25.00

CMYK Percentages of Color #b58067

%0
%29
%43
%29

Triadic Colors of #b58067

#b58067 #67b580 #8067b5

Analogous Colors of #b58067

#b58067 #b5a767 #b56775

Monochromatic Colors of #b58067

#b58067

Complementary Color

#b58067 #679cb5

#b58067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58067 Color CSS Codes

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

#b58067 Text Font Color

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

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


#b58067 Background Color

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

This div background color is #b58067


#b58067 Border Color

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

This div border color is #b58067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58067


Comments

No comments written yet.

Please login to write comment.