Color Hex Logo

#b09213 Color Hex

#B09213
(176,146,19)
0 Favorites   0 Comments

Color spaces of #b09213

RGB 17614619
HSL0.130.810.38
HSV49°89°69°
CMYK 0.000.170.89   0.31
XYZ28.300929.83494.8832
Yxy29.83490.44910.4734
Hunter Lab54.6213-3.101332.9343
CIE-Lab61.5115-0.221262.5828

#b09213 color RGB value is (176,146,19).

#b09213 hex color red value is 176, green value is 146 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b09213 hue: 0.13 , saturation: 0.81 and the lightness value of b09213 is 0.38.

The process color (four color CMYK) of #b09213 color hex is 0.00, 0.17, 0.89, 0.31. Web safe color of #b09213 is #999900. Color #b09213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 00010011
Octal 260 222 23
Decimal 176 146 19
Hex B0 92 13

RGB Percentages of Color #b09213

%51.61
%42.82
%5.57

CMYK Percentages of Color #b09213

%0
%17
%89
%31

Triadic Colors of #b09213

#b09213 #13b092 #9213b0

Analogous Colors of #b09213

#b09213 #80b013 #b04413

Monochromatic Colors of #b09213

#b09213

Complementary Color

#b09213 #1331b0

#b09213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09213 Color CSS Codes

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

#b09213 Text Font Color

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

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


#b09213 Background Color

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

This div background color is #b09213


#b09213 Border Color

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

This div border color is #b09213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09213


Comments

No comments written yet.

Please login to write comment.