Color Hex Logo

#b6902a Color Hex

#B6902A
(182,144,42)
0 Favorites   0 Comments

Color spaces of #b6902a

RGB 18214442
HSL0.120.630.44
HSV44°77°71°
CMYK 0.000.210.77   0.29
XYZ29.682630.05886.4280
Yxy30.05880.44860.4543
Hunter Lab54.82590.694131.4267
CIE-Lab61.70494.292656.0983

#b6902a color RGB value is (182,144,42).

#b6902a hex color red value is 182, green value is 144 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b6902a hue: 0.12 , saturation: 0.63 and the lightness value of b6902a is 0.44.

The process color (four color CMYK) of #b6902a color hex is 0.00, 0.21, 0.77, 0.29. Web safe color of #b6902a is #cc9933. Color #b6902a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 00101010
Octal 266 220 52
Decimal 182 144 42
Hex B6 90 2A

RGB Percentages of Color #b6902a

%49.46
%39.13
%11.41

CMYK Percentages of Color #b6902a

%0
%21
%77
%29

Triadic Colors of #b6902a

#b6902a #2ab690 #902ab6

Analogous Colors of #b6902a

#b6902a #96b62a #b64a2a

Monochromatic Colors of #b6902a

#b6902a

Complementary Color

#b6902a #2a50b6

#b6902a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6902a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6902a Color CSS Codes

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

#b6902a Text Font Color

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

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


#b6902a Background Color

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

This div background color is #b6902a


#b6902a Border Color

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

This div border color is #b6902a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6902a


Comments

No comments written yet.

Please login to write comment.