Shades of Lucky #B09417
Tints of Lucky #B09417
RGB
CMYK
RGB Variations
Color information
#B09417 (or 0xB09417) is known color: Lucky. HEX triplet: B0, 94 and 17. RGB value is (176,148,23). Sum of RGB (Red+Green+Blue) = 176+148+23=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B09417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09417 is #4F6BE8. Grayscale: #8E8E8E. Windows color (decimal): -5204969 or 1545392. OLE color: 1545392.
HSL color Cylindrical-coordinate representation of color #B09417: hue angle of 49.02º 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 #B09417 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 23 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.31 |
| HSL | 49.02º | 0.77% | 0.39% | - |
| HSV(B) | 49.02º | 0.87% | 0.69% | - |
| XYZ | 28.65 | 30.47 | 5.18 | - |
| YUV | 142.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 23 | 0 | 0.16 | 0.87 | 0.31 | 49.02 | 0.77 | 0.39 |
| Hex | B0 | 94 | 17 | 0 | 10 | 57 | 1F | 31 | 4D | 27 |
| Octal | 260 | 224 | 27 | 0 | 20 | 127 | 37 | 61 | 115 | 47 |
| Binary | 10110000 | 10010100 | 10111 | 0 | 10000 | 1010111 | 11111 | 110001 | 1001101 | 100111 |
Color Harmonies of #B09417
Complementary color
Monochromatic Colors of #B09417
Black with #B09417
Text Example
Text Example
White with #B09417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09417; }
p { color: rgb(176,148,23); }
H1.HeaderClassName
{
color: #B09417;
}
.AnyTagClassName
{
color: #B09417;
}
</style>
background-color css
<style>
a { background-color: #B09417; }
a { background-color: rgb(176,148,23); }
div.DivClassName
{
background-color: #B09417;
}
.BgClassName
{
background-color: #B09417;
}
</style>
border-color css
<style>
span { border-color: #B09417; }
span { border-color: rgb(176,148,23); }
td.TdClassName
{
border-color: #B09417;
}
.TagClassName
{
border-color: #B09417;
}
</style>