Color Hex Logo

#b29202 Color Hex

#B29202
(178,146,2)
0 Favorites   0 Comments

Color spaces of #b29202

RGB 1781462
HSL0.140.980.35
HSV49°99°70°
CMYK 0.000.180.99   0.30
XYZ28.649930.02714.3432
Yxy30.02710.45460.4765
Hunter Lab54.7970-2.568333.6586
CIE-Lab61.67760.429865.5914

#b29202 color RGB value is (178,146,2).

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

The process color (four color CMYK) of #b29202 color hex is 0.00, 0.18, 0.99, 0.30. Web safe color of #b29202 is #999900. Color #b29202 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010010 00000010
Octal 262 222 2
Decimal 178 146 2
Hex B2 92 2

RGB Percentages of Color #b29202

%54.60
%44.79
%0.61

CMYK Percentages of Color #b29202

%0
%18
%99
%30

Triadic Colors of #b29202

#b29202 #02b292 #9202b2

Analogous Colors of #b29202

#b29202 #7ab202 #b23a02

Monochromatic Colors of #b29202

#b29202

Complementary Color

#b29202 #0222b2

#b29202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29202 Color CSS Codes

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

#b29202 Text Font Color

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

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


#b29202 Background Color

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

This div background color is #b29202


#b29202 Border Color

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

This div border color is #b29202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29202


Comments

No comments written yet.

Please login to write comment.