Shades of Lucky #B29F18
Tints of Lucky #B29F18
RGB
CMYK
RGB Variations
Color information
#B29F18 (or 0xB29F18) is known color: Lucky. HEX triplet: B2, 9F and 18. RGB value is (178,159,24). Sum of RGB (Red+Green+Blue) = 178+159+24=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29F18 is #4D60E7. Grayscale: #959595. Windows color (decimal): -5071080 or 1613746. OLE color: 1613746.
HSL color Cylindrical-coordinate representation of color #B29F18: hue angle of 52.6º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B29F18 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 24 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.30 |
| HSL | 52.6º | 0.76% | 0.4% | - |
| HSV(B) | 52.6º | 0.87% | 0.7% | - |
| XYZ | 30.92 | 34.33 | 5.86 | - |
| YUV | 149.29 | 57.29 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 24 | 0 | 0.11 | 0.87 | 0.30 | 52.6 | 0.76 | 0.4 |
| Hex | B2 | 9F | 18 | 0 | B | 57 | 1E | 35 | 4C | 28 |
| Octal | 262 | 237 | 30 | 0 | 13 | 127 | 36 | 65 | 114 | 50 |
| Binary | 10110010 | 10011111 | 11000 | 0 | 1011 | 1010111 | 11110 | 110101 | 1001100 | 101000 |
Color Harmonies of #B29F18
Complementary color
Monochromatic Colors of #B29F18
Black with #B29F18
Text Example
Text Example
White with #B29F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29F18; }
p { color: rgb(178,159,24); }
H1.HeaderClassName
{
color: #B29F18;
}
.AnyTagClassName
{
color: #B29F18;
}
</style>
background-color css
<style>
a { background-color: #B29F18; }
a { background-color: rgb(178,159,24); }
div.DivClassName
{
background-color: #B29F18;
}
.BgClassName
{
background-color: #B29F18;
}
</style>
border-color css
<style>
span { border-color: #B29F18; }
span { border-color: rgb(178,159,24); }
td.TdClassName
{
border-color: #B29F18;
}
.TagClassName
{
border-color: #B29F18;
}
</style>