Color Hex Logo

#b19802 Color Hex

#B19802
(177,152,2)
0 Favorites   0 Comments

Color spaces of #b19802

RGB 1771522
HSL0.140.980.35
HSV51°99°69°
CMYK 0.000.140.99   0.31
XYZ29.370731.80804.6490
Yxy31.80800.44620.4832
Hunter Lab56.3986-5.740034.5917
CIE-Lab63.1839-3.274666.6208

#b19802 color RGB value is (177,152,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011000 00000010
Octal 261 230 2
Decimal 177 152 2
Hex B1 98 2

RGB Percentages of Color #b19802

%53.47
%45.92
%0.60

CMYK Percentages of Color #b19802

%0
%14
%99
%31

Triadic Colors of #b19802

#b19802 #02b198 #9802b1

Analogous Colors of #b19802

#b19802 #73b102 #b14002

Monochromatic Colors of #b19802

#b19802

Complementary Color

#b19802 #021bb1

#b19802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19802 Color CSS Codes

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

#b19802 Text Font Color

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

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


#b19802 Background Color

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

This div background color is #b19802


#b19802 Border Color

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

This div border color is #b19802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19802


Comments

No comments written yet.

Please login to write comment.