Color Hex Logo

#b19900 Color Hex

#B19900
(177,153,0)
0 Favorites   0 Comments

Color spaces of #b19900

RGB 1771530
HSL0.141.000.35
HSV52°100°69°
CMYK 0.000.141.00   0.31
XYZ29.522732.12964.6456
Yxy32.12960.44530.4846
Hunter Lab56.6830-6.225534.8188
CIE-Lab63.4499-3.838967.0964

#b19900 color RGB value is (177,153,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 00000000
Octal 261 231 0
Decimal 177 153 0
Hex B1 99 0

RGB Percentages of Color #b19900

%53.64
%46.36
%0.00

CMYK Percentages of Color #b19900

%0
%14
%100
%31

Triadic Colors of #b19900

#b19900 #00b199 #9900b1

Analogous Colors of #b19900

#b19900 #71b100 #b14000

Monochromatic Colors of #b19900

#b19900

Complementary Color

#b19900 #0018b1

#b19900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19900 Color CSS Codes

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

#b19900 Text Font Color

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

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


#b19900 Background Color

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

This div background color is #b19900


#b19900 Border Color

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

This div border color is #b19900


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,153,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19900


Comments

No comments written yet.

Please login to write comment.