Color Hex Logo

#b49902 Color Hex

#B49902
(180,153,2)
0 Favorites   0 Comments

Color spaces of #b49902

RGB 1801532
HSL0.140.980.36
HSV51°99°71°
CMYK 0.000.150.99   0.29
XYZ30.224632.49014.7357
Yxy32.49010.44810.4817
Hunter Lab57.0001-5.099634.9741
CIE-Lab63.7459-2.452467.1579

#b49902 color RGB value is (180,153,2).

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

The process color (four color CMYK) of #b49902 color hex is 0.00, 0.15, 0.99, 0.29. Web safe color of #b49902 is #cc9900. Color #b49902 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 00000010
Octal 264 231 2
Decimal 180 153 2
Hex B4 99 2

RGB Percentages of Color #b49902

%53.73
%45.67
%0.60

CMYK Percentages of Color #b49902

%0
%15
%99
%29

Triadic Colors of #b49902

#b49902 #02b499 #9902b4

Analogous Colors of #b49902

#b49902 #76b402 #b44002

Monochromatic Colors of #b49902

#b49902

Complementary Color

#b49902 #021db4

#b49902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49902 Color CSS Codes

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

#b49902 Text Font Color

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

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


#b49902 Background Color

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

This div background color is #b49902


#b49902 Border Color

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

This div border color is #b49902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49902


Comments

No comments written yet.

Please login to write comment.