Shades of Lucky #B29619
Tints of Lucky #B29619
RGB
CMYK
RGB Variations
Color information
#B29619 (or 0xB29619) is known color: Lucky. HEX triplet: B2, 96 and 19. RGB value is (178,150,25). Sum of RGB (Red+Green+Blue) = 178+150+25=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B29619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29619 is #4D69E6. Grayscale: #909090. Windows color (decimal): -5073383 or 1676978. OLE color: 1676978.
HSL color Cylindrical-coordinate representation of color #B29619: hue angle of 49.02º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B29619 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 150 | 25 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.30 |
| HSL | 49.02º | 0.75% | 0.4% | - |
| HSV(B) | 49.02º | 0.86% | 0.7% | - |
| XYZ | 29.44 | 31.35 | 5.42 | - |
| YUV | 144.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 150 | 25 | 0 | 0.16 | 0.86 | 0.30 | 49.02 | 0.75 | 0.4 |
| Hex | B2 | 96 | 19 | 0 | 10 | 56 | 1E | 31 | 4B | 28 |
| Octal | 262 | 226 | 31 | 0 | 20 | 126 | 36 | 61 | 113 | 50 |
| Binary | 10110010 | 10010110 | 11001 | 0 | 10000 | 1010110 | 11110 | 110001 | 1001011 | 101000 |
Color Harmonies of #B29619
Complementary color
Monochromatic Colors of #B29619
Black with #B29619
Text Example
Text Example
White with #B29619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29619; }
p { color: rgb(178,150,25); }
H1.HeaderClassName
{
color: #B29619;
}
.AnyTagClassName
{
color: #B29619;
}
</style>
background-color css
<style>
a { background-color: #B29619; }
a { background-color: rgb(178,150,25); }
div.DivClassName
{
background-color: #B29619;
}
.BgClassName
{
background-color: #B29619;
}
</style>
border-color css
<style>
span { border-color: #B29619; }
span { border-color: rgb(178,150,25); }
td.TdClassName
{
border-color: #B29619;
}
.TagClassName
{
border-color: #B29619;
}
</style>