Shades of Lucky #B09904
Tints of Lucky #B09904
RGB
CMYK
RGB Variations
Color information
#B09904 (or 0xB09904) is known color: Lucky. HEX triplet: B0, 99 and 04. RGB value is (176,153,4). Sum of RGB (Red+Green+Blue) = 176+153+4=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B09904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09904 is #4F66FB. Grayscale: #8F8F8F. Windows color (decimal): -5203708 or 301488. OLE color: 301488.
HSL color Cylindrical-coordinate representation of color #B09904: hue angle of 51.98º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B09904 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.31 |
| HSL | 51.98º | 0.96% | 0.35% | - |
| HSV(B) | 51.98º | 0.98% | 0.69% | - |
| XYZ | 29.32 | 32.02 | 4.75 | - |
| YUV | 142.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 4 | 0 | 0.13 | 0.98 | 0.31 | 51.98 | 0.96 | 0.35 |
| Hex | B0 | 99 | 4 | 0 | D | 62 | 1F | 34 | 60 | 23 |
| Octal | 260 | 231 | 4 | 0 | 15 | 142 | 37 | 64 | 140 | 43 |
| Binary | 10110000 | 10011001 | 100 | 0 | 1101 | 1100010 | 11111 | 110100 | 1100000 | 100011 |
Color Harmonies of #B09904
Complementary color
Monochromatic Colors of #B09904
Black with #B09904
Text Example
Text Example
White with #B09904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09904; }
p { color: rgb(176,153,4); }
H1.HeaderClassName
{
color: #B09904;
}
.AnyTagClassName
{
color: #B09904;
}
</style>
background-color css
<style>
a { background-color: #B09904; }
a { background-color: rgb(176,153,4); }
div.DivClassName
{
background-color: #B09904;
}
.BgClassName
{
background-color: #B09904;
}
</style>
border-color css
<style>
span { border-color: #B09904; }
span { border-color: rgb(176,153,4); }
td.TdClassName
{
border-color: #B09904;
}
.TagClassName
{
border-color: #B09904;
}
</style>