#B19F1F

Color #B19F1F Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #B19F1F

Tints of Lucky #B19F1F

Color information

#B19F1F (or 0xB19F1F) is unknown color: approx Lucky. HEX triplet: B1, 9F and 1F. RGB value is (177,159,31). Sum of RGB (Red+Green+Blue) = 177+159+31=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F1F is #4E60E0. Grayscale: #969696. Windows color (decimal): -5136609 or 2072497. OLE color: 2072497.

HSL color Cylindrical-coordinate representation of color #B19F1F: hue angle of 52.6º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B19F1F is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17715931-
CMYK00.100.820.31
HSL52.6º70.19%40.78%-
HSV(B)52.6º82.49%69.41%-
XYZ30.7834.246.28-
YUV149.7960.96147.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 31 (12.5% from 255) = 8.45%
R=48.23%
G=43.32%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771593100.100.820.3152.670.1940.78
HexB19F1F0A521F354629
Octal26123737012122376510651
Binary101100011001111111111010101010010111111101011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F1F; }

 p { color: rgb(177,159,31); }

 H1.HeaderClassName
 {
   color: #B19F1F;
 }
 .AnyTagClassName
 {
   color: #B19F1F;
 }
</style>
background-color css

<style>
 a { background-color: #B19F1F; }

 a { background-color: rgb(177,159,31); }

 div.DivClassName
 {
   background-color: #B19F1F;
 }
 .BgClassName
 {
   background-color: #B19F1F;
 }
</style>
border-color css

<style>
 span { border-color: #B19F1F; }

 span { border-color: rgb(177,159,31); }

 td.TdClassName
 {
   border-color: #B19F1F;
 }
 .TagClassName
 {
   border-color: #B19F1F;
 }
</style>