Color Hex Logo

#b08052 Color Hex

#B08052
(176,128,82)
0 Favorites   0 Comments

Color spaces of #b08052

RGB 17612882
HSL0.080.370.51
HSV29°53°69°
CMYK 0.000.270.53   0.31
XYZ27.146725.277611.4309
Yxy25.27760.42510.3959
Hunter Lab50.27688.395621.7137
CIE-Lab57.344913.136332.1078

#b08052 color RGB value is (176,128,82).

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

The process color (four color CMYK) of #b08052 color hex is 0.00, 0.27, 0.53, 0.31. Web safe color of #b08052 is #999966. Color #b08052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 01010010
Octal 260 200 122
Decimal 176 128 82
Hex B0 80 52

RGB Percentages of Color #b08052

%45.60
%33.16
%21.24

CMYK Percentages of Color #b08052

%0
%27
%53
%31

Triadic Colors of #b08052

#b08052 #52b080 #8052b0

Analogous Colors of #b08052

#b08052 #b0af52 #b05253

Monochromatic Colors of #b08052

#b08052

Complementary Color

#b08052 #5282b0

#b08052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08052 Color CSS Codes

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

#b08052 Text Font Color

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

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


#b08052 Background Color

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

This div background color is #b08052


#b08052 Border Color

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

This div border color is #b08052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08052


Comments

No comments written yet.

Please login to write comment.