#B19A1F

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

Shades of Lucky #B19A1F

Tints of Lucky #B19A1F

Color information

#B19A1F (or 0xB19A1F) is unknown color: approx Lucky. HEX triplet: B1, 9A and 1F. RGB value is (177,154,31). Sum of RGB (Red+Green+Blue) = 177+154+31=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A1F is #4E65E0. Grayscale: #939393. Windows color (decimal): -5137889 or 2071217. OLE color: 2071217.

HSL color Cylindrical-coordinate representation of color #B19A1F: hue angle of 50.55º 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 #B19A1F is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17715431-
CMYK00.130.820.31
HSL50.55º70.19%40.78%-
HSV(B)50.55º82.49%69.41%-
XYZ29.9332.566-
YUV146.8562.62149.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 154 (60.55% from 255) = 42.54%
BLUE value IS 31 (12.5% from 255) = 8.56%
R=48.90%
G=42.54%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771543100.130.820.3150.5570.1940.78
HexB19A1F0D521F334629
Octal26123237015122376310651
Binary101100011001101011111011011010010111111100111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A1F; }

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

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

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

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

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

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

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

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