Color Hex Logo

#b09b0d Color Hex

#B09B0D
(176,155,13)
0 Favorites   0 Comments

Color spaces of #b09b0d

RGB 17615513
HSL0.150.860.37
HSV52°93°69°
CMYK 0.000.120.93   0.31
XYZ29.698532.70195.1276
Yxy32.70190.43980.4843
Hunter Lab57.1856-7.373434.7136
CIE-Lab63.9188-5.189565.5671

#b09b0d color RGB value is (176,155,13).

#b09b0d hex color red value is 176, green value is 155 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b09b0d hue: 0.15 , saturation: 0.86 and the lightness value of b09b0d is 0.37.

The process color (four color CMYK) of #b09b0d color hex is 0.00, 0.12, 0.93, 0.31. Web safe color of #b09b0d is #999900. Color #b09b0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 00001101
Octal 260 233 15
Decimal 176 155 13
Hex B0 9B D

RGB Percentages of Color #b09b0d

%51.16
%45.06
%3.78

CMYK Percentages of Color #b09b0d

%0
%12
%93
%31

Triadic Colors of #b09b0d

#b09b0d #0db09b #9b0db0

Analogous Colors of #b09b0d

#b09b0d #74b00d #b04a0d

Monochromatic Colors of #b09b0d

#b09b0d

Complementary Color

#b09b0d #0d22b0

#b09b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09b0d Color CSS Codes

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

#b09b0d Text Font Color

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

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


#b09b0d Background Color

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

This div background color is #b09b0d


#b09b0d Border Color

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

This div border color is #b09b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09b0d


Comments

No comments written yet.

Please login to write comment.