Color Hex Logo

#b09b1f Color Hex

#B09B1F
(176,155,31)
0 Favorites   0 Comments

Color spaces of #b09b1f

RGB 17615531
HSL0.140.700.41
HSV51°82°69°
CMYK 0.000.120.82   0.31
XYZ29.873232.77176.0474
Yxy32.77170.43490.4771
Hunter Lab57.2466-7.034233.8093
CIE-Lab63.9756-4.770461.5817

#b09b1f color RGB value is (176,155,31).

#b09b1f hex color red value is 176, green value is 155 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b09b1f hue: 0.14 , saturation: 0.70 and the lightness value of b09b1f is 0.41.

The process color (four color CMYK) of #b09b1f color hex is 0.00, 0.12, 0.82, 0.31. Web safe color of #b09b1f is #999933. Color #b09b1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 00011111
Octal 260 233 37
Decimal 176 155 31
Hex B0 9B 1F

RGB Percentages of Color #b09b1f

%48.62
%42.82
%8.56

CMYK Percentages of Color #b09b1f

%0
%12
%82
%31

Triadic Colors of #b09b1f

#b09b1f #1fb09b #9b1fb0

Analogous Colors of #b09b1f

#b09b1f #7db01f #b0521f

Monochromatic Colors of #b09b1f

#b09b1f

Complementary Color

#b09b1f #1f34b0

#b09b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09b1f Color CSS Codes

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

#b09b1f Text Font Color

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

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


#b09b1f Background Color

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

This div background color is #b09b1f


#b09b1f Border Color

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

This div border color is #b09b1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09b1f


Comments

No comments written yet.

Please login to write comment.