Shades of Lucky #B19118
Tints of Lucky #B19118
RGB
CMYK
RGB Variations
Color information
#B19118 (or 0xB19118) is known color: Lucky. HEX triplet: B1, 91 and 18. RGB value is (177,145,24). Sum of RGB (Red+Green+Blue) = 177+145+24=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B19118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19118 is #4E6EE7. Grayscale: #8D8D8D. Windows color (decimal): -5140200 or 1610161. OLE color: 1610161.
HSL color Cylindrical-coordinate representation of color #B19118: hue angle of 47.45º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B19118 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 24 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.31 |
| HSL | 47.45º | 0.76% | 0.39% | - |
| HSV(B) | 47.45º | 0.86% | 0.69% | - |
| XYZ | 28.42 | 29.66 | 5.09 | - |
| YUV | 140.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 24 | 0 | 0.18 | 0.86 | 0.31 | 47.45 | 0.76 | 0.39 |
| Hex | B1 | 91 | 18 | 0 | 12 | 56 | 1F | 2F | 4C | 27 |
| Octal | 261 | 221 | 30 | 0 | 22 | 126 | 37 | 57 | 114 | 47 |
| Binary | 10110001 | 10010001 | 11000 | 0 | 10010 | 1010110 | 11111 | 101111 | 1001100 | 100111 |
Color Harmonies of #B19118
Complementary color
Monochromatic Colors of #B19118
Black with #B19118
Text Example
Text Example
White with #B19118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19118; }
p { color: rgb(177,145,24); }
H1.HeaderClassName
{
color: #B19118;
}
.AnyTagClassName
{
color: #B19118;
}
</style>
background-color css
<style>
a { background-color: #B19118; }
a { background-color: rgb(177,145,24); }
div.DivClassName
{
background-color: #B19118;
}
.BgClassName
{
background-color: #B19118;
}
</style>
border-color css
<style>
span { border-color: #B19118; }
span { border-color: rgb(177,145,24); }
td.TdClassName
{
border-color: #B19118;
}
.TagClassName
{
border-color: #B19118;
}
</style>