Color Hex Logo

#b08130 Color Hex

#B08130
(176,129,48)
0 Favorites   0 Comments

Color spaces of #b08130

RGB 17612948
HSL0.110.570.44
HSV38°73°69°
CMYK 0.000.270.73   0.31
XYZ26.288325.14406.2640
Yxy25.14400.45560.4358
Hunter Lab50.14385.828527.6941
CIE-Lab57.215510.186349.0259

#b08130 color RGB value is (176,129,48).

#b08130 hex color red value is 176, green value is 129 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b08130 hue: 0.11 , saturation: 0.57 and the lightness value of b08130 is 0.44.

The process color (four color CMYK) of #b08130 color hex is 0.00, 0.27, 0.73, 0.31. Web safe color of #b08130 is #999933. Color #b08130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000001 00110000
Octal 260 201 60
Decimal 176 129 48
Hex B0 81 30

RGB Percentages of Color #b08130

%49.86
%36.54
%13.60

CMYK Percentages of Color #b08130

%0
%27
%73
%31

Triadic Colors of #b08130

#b08130 #30b081 #8130b0

Analogous Colors of #b08130

#b08130 #9fb030 #b04130

Monochromatic Colors of #b08130

#b08130

Complementary Color

#b08130 #305fb0

#b08130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08130 Color CSS Codes

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

#b08130 Text Font Color

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

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


#b08130 Background Color

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

This div background color is #b08130


#b08130 Border Color

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

This div border color is #b08130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08130


Comments

No comments written yet.

Please login to write comment.