#B19612

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

Shades of Lucky #B19612

Tints of Lucky #B19612

Color information

#B19612 (or 0xB19612) is unknown color: approx Lucky. HEX triplet: B1, 96 and 12. RGB value is (177,150,18). Sum of RGB (Red+Green+Blue) = 177+150+18=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B19612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19612 is #4E69ED. Grayscale: #8F8F8F. Windows color (decimal): -5138926 or 1218225. OLE color: 1218225.

HSL color Cylindrical-coordinate representation of color #B19612: hue angle of 49.81º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B19612 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17715018-
CMYK00.150.900.31
HSL49.81º81.54%38.24%-
HSV(B)49.81º89.83%69.41%-
XYZ29.1531.25.06-
YUV143.0257.45152.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 18 (7.42% from 255) = 5.22%
R=51.30%
G=43.48%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771501800.150.900.3149.8181.5438.24
HexB196120F5A1F325226
Octal26122622017132376212246
Binary101100011001011010010011111011010111111100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19612; }

 p { color: rgb(177,150,18); }

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

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

 a { background-color: rgb(177,150,18); }

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

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

 span { border-color: rgb(177,150,18); }

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