Color Hex Logo

#b08330 Color Hex

#B08330
(176,131,48)
0 Favorites   0 Comments

Color spaces of #b08330

RGB 17613148
HSL0.110.570.44
HSV39°73°69°
CMYK 0.000.260.73   0.31
XYZ26.554325.67616.3527
Yxy25.67610.45330.4383
Hunter Lab50.67164.867128.0369
CIE-Lab57.72839.070849.5474

#b08330 color RGB value is (176,131,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000011 00110000
Octal 260 203 60
Decimal 176 131 48
Hex B0 83 30

RGB Percentages of Color #b08330

%49.58
%36.90
%13.52

CMYK Percentages of Color #b08330

%0
%26
%73
%31

Triadic Colors of #b08330

#b08330 #30b083 #8330b0

Analogous Colors of #b08330

#b08330 #9db030 #b04330

Monochromatic Colors of #b08330

#b08330

Complementary Color

#b08330 #305db0

#b08330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08330 Color CSS Codes

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

#b08330 Text Font Color

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

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


#b08330 Background Color

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

This div background color is #b08330


#b08330 Border Color

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

This div border color is #b08330


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,131,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 #b08330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08330


Comments

No comments written yet.

Please login to write comment.