color codes Logo

#b19d07 color codes

#B19D07
(177,157,7)
0 Favorites   0 Comments

Color spaces of #b19d07

RGB 1771577
HSL0.150.920.36
HSV53°96°69°
CMYK 0.000.110.96   0.31
XYZ30.226833.47645.0695
Yxy33.47640.43950.4868
Hunter Lab57.8588-8.000335.3063
CIE-Lab64.5448-5.887766.9202

#b19d07 color RGB value is (177,157,7).

#b19d07 hex color red value is 177, green value is 157 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b19d07 hue: 0.15 , saturation: 0.92 and the lightness value of b19d07 is 0.36.

The process color (four color CMYK) of #b19d07 color code is 0.00, 0.11, 0.96, 0.31. Web safe color of #b19d07 is #999900. Color #b19d07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011101 00000111
Octal 261 235 7
Decimal 177 157 7
Hex B1 9D 7

RGB Percentages of Color #b19d07

%51.91
%46.04
%2.05

CMYK Percentages of Color #b19d07

%0
%11
%96
%31

Triadic Colors of #b19d07

#b19d07 #07b19d #9d07b1

Analogous Colors of #b19d07

#b19d07 #70b107 #b14807

Monochromatic Colors of #b19d07

#b19d07

Complementary Color

#b19d07 #071bb1

#b19d07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19d07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19d07 Color CSS Codes

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

#b19d07 Text Font Color

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

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


#b19d07 Background Color

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

This div background color is #b19d07


#b19d07 Border Color

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

This div border color is #b19d07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19d07


Comments

No comments written yet.

Please login to write comment.