Color Hex Logo

#b2902a Color Hex

#B2902A
(178,144,42)
0 Favorites   0 Comments

Color spaces of #b2902a

RGB 17814442
HSL0.130.620.43
HSV45°76°70°
CMYK 0.000.190.76   0.30
XYZ28.751329.57876.3844
Yxy29.57870.44430.4571
Hunter Lab54.3863-0.812131.1104
CIE-Lab61.28902.499855.5577

#b2902a color RGB value is (178,144,42).

#b2902a hex color red value is 178, green value is 144 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b2902a hue: 0.13 , saturation: 0.62 and the lightness value of b2902a is 0.43.

The process color (four color CMYK) of #b2902a color hex is 0.00, 0.19, 0.76, 0.30. Web safe color of #b2902a is #999933. Color #b2902a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 00101010
Octal 262 220 52
Decimal 178 144 42
Hex B2 90 2A

RGB Percentages of Color #b2902a

%48.90
%39.56
%11.54

CMYK Percentages of Color #b2902a

%0
%19
%76
%30

Triadic Colors of #b2902a

#b2902a #2ab290 #902ab2

Analogous Colors of #b2902a

#b2902a #90b22a #b24c2a

Monochromatic Colors of #b2902a

#b2902a

Complementary Color

#b2902a #2a4cb2

#b2902a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2902a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2902a Color CSS Codes

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

#b2902a Text Font Color

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

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


#b2902a Background Color

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

This div background color is #b2902a


#b2902a Border Color

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

This div border color is #b2902a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2902a


Comments

No comments written yet.

Please login to write comment.