#B19E14

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

Shades of Lucky #B19E14

Tints of Lucky #B19E14

Color information

#B19E14 (or 0xB19E14) is unknown color: approx Lucky. HEX triplet: B1, 9E and 14. RGB value is (177,158,20). Sum of RGB (Red+Green+Blue) = 177+158+20=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19E14 is #4E61EB. Grayscale: #949494. Windows color (decimal): -5136876 or 1351345. OLE color: 1351345.

HSL color Cylindrical-coordinate representation of color #B19E14: hue angle of 52.74º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B19E14 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17715820-
CMYK00.110.890.31
HSL52.74º79.7%38.63%-
HSV(B)52.74º88.7%69.41%-
XYZ30.4833.855.59-
YUV147.9555.79148.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 158 (62.11% from 255) = 44.51%
BLUE value IS 20 (8.20% from 255) = 5.63%
R=49.86%
G=44.51%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771582000.110.890.3152.7479.738.63
HexB19E140B591F355027
Octal26123624013131376512047
Binary101100011001111010100010111011001111111101011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E14; }

 p { color: rgb(177,158,20); }

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

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

 a { background-color: rgb(177,158,20); }

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

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

 span { border-color: rgb(177,158,20); }

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