Shades of Lucky #B09019
Tints of Lucky #B09019
RGB
CMYK
RGB Variations
Color information
#B09019 (or 0xB09019) is known color: Lucky. HEX triplet: B0, 90 and 19. RGB value is (176,144,25). Sum of RGB (Red+Green+Blue) = 176+144+25=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B09019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09019 is #4F6FE6. Grayscale: #8C8C8C. Windows color (decimal): -5205991 or 1675440. OLE color: 1675440.
HSL color Cylindrical-coordinate representation of color #B09019: hue angle of 47.28º degrees, saturation: 0.75, 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 #B09019 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 25 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.31 |
| HSL | 47.28º | 0.75% | 0.39% | - |
| HSV(B) | 47.28º | 0.86% | 0.69% | - |
| XYZ | 28.05 | 29.25 | 5.09 | - |
| YUV | 140 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 25 | 0 | 0.18 | 0.86 | 0.31 | 47.28 | 0.75 | 0.39 |
| Hex | B0 | 90 | 19 | 0 | 12 | 56 | 1F | 2F | 4B | 27 |
| Octal | 260 | 220 | 31 | 0 | 22 | 126 | 37 | 57 | 113 | 47 |
| Binary | 10110000 | 10010000 | 11001 | 0 | 10010 | 1010110 | 11111 | 101111 | 1001011 | 100111 |
Color Harmonies of #B09019
Complementary color
Monochromatic Colors of #B09019
Black with #B09019
Text Example
Text Example
White with #B09019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09019; }
p { color: rgb(176,144,25); }
H1.HeaderClassName
{
color: #B09019;
}
.AnyTagClassName
{
color: #B09019;
}
</style>
background-color css
<style>
a { background-color: #B09019; }
a { background-color: rgb(176,144,25); }
div.DivClassName
{
background-color: #B09019;
}
.BgClassName
{
background-color: #B09019;
}
</style>
border-color css
<style>
span { border-color: #B09019; }
span { border-color: rgb(176,144,25); }
td.TdClassName
{
border-color: #B09019;
}
.TagClassName
{
border-color: #B09019;
}
</style>