Shades of Lucky #B09917
Tints of Lucky #B09917
RGB
CMYK
RGB Variations
Color information
#B09917 (or 0xB09917) is known color: Lucky. HEX triplet: B0, 99 and 17. RGB value is (176,153,23). Sum of RGB (Red+Green+Blue) = 176+153+23=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B09917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09917 is #4F66E8. Grayscale: #919191. Windows color (decimal): -5203689 or 1546672. OLE color: 1546672.
HSL color Cylindrical-coordinate representation of color #B09917: hue angle of 50.98º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B09917 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 23 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.31 |
| HSL | 50.98º | 0.77% | 0.39% | - |
| HSV(B) | 50.98º | 0.87% | 0.69% | - |
| XYZ | 29.45 | 32.07 | 5.45 | - |
| YUV | 145.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 23 | 0 | 0.13 | 0.87 | 0.31 | 50.98 | 0.77 | 0.39 |
| Hex | B0 | 99 | 17 | 0 | D | 57 | 1F | 33 | 4D | 27 |
| Octal | 260 | 231 | 27 | 0 | 15 | 127 | 37 | 63 | 115 | 47 |
| Binary | 10110000 | 10011001 | 10111 | 0 | 1101 | 1010111 | 11111 | 110011 | 1001101 | 100111 |
Color Harmonies of #B09917
Complementary color
Monochromatic Colors of #B09917
Black with #B09917
Text Example
Text Example
White with #B09917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09917; }
p { color: rgb(176,153,23); }
H1.HeaderClassName
{
color: #B09917;
}
.AnyTagClassName
{
color: #B09917;
}
</style>
background-color css
<style>
a { background-color: #B09917; }
a { background-color: rgb(176,153,23); }
div.DivClassName
{
background-color: #B09917;
}
.BgClassName
{
background-color: #B09917;
}
</style>
border-color css
<style>
span { border-color: #B09917; }
span { border-color: rgb(176,153,23); }
td.TdClassName
{
border-color: #B09917;
}
.TagClassName
{
border-color: #B09917;
}
</style>