Color Hex Logo

#b09202 Color Hex

#B09202
(176,146,2)
0 Favorites   0 Comments

Color spaces of #b09202

RGB 1761462
HSL0.140.980.35
HSV50°99°69°
CMYK 0.000.170.99   0.31
XYZ28.194329.79234.3219
Yxy29.79230.45250.4781
Hunter Lab54.5823-3.315533.5130
CIE-Lab61.4746-0.481865.3533

#b09202 color RGB value is (176,146,2).

#b09202 hex color red value is 176, green value is 146 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b09202 hue: 0.14 , saturation: 0.98 and the lightness value of b09202 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 00000010
Octal 260 222 2
Decimal 176 146 2
Hex B0 92 2

RGB Percentages of Color #b09202

%54.32
%45.06
%0.62

CMYK Percentages of Color #b09202

%0
%17
%99
%31

Triadic Colors of #b09202

#b09202 #02b092 #9202b0

Analogous Colors of #b09202

#b09202 #77b002 #b03b02

Monochromatic Colors of #b09202

#b09202

Complementary Color

#b09202 #0220b0

#b09202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09202 Color CSS Codes

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

#b09202 Text Font Color

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

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


#b09202 Background Color

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

This div background color is #b09202


#b09202 Border Color

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

This div border color is #b09202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09202


Comments

No comments written yet.

Please login to write comment.