Shades of Lucky #B09510
Tints of Lucky #B09510
RGB
CMYK
RGB Variations
Color information
#B09510 (or 0xB09510) is known color: Lucky. HEX triplet: B0, 95 and 10. RGB value is (176,149,16). Sum of RGB (Red+Green+Blue) = 176+149+16=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B09510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09510 is #4F6AEF. Grayscale: #8E8E8E. Windows color (decimal): -5204720 or 1086896. OLE color: 1086896.
HSL color Cylindrical-coordinate representation of color #B09510: hue angle of 49.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B09510 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 16 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.31 |
| HSL | 49.88º | 0.83% | 0.38% | - |
| HSV(B) | 49.88º | 0.91% | 0.69% | - |
| XYZ | 28.75 | 30.76 | 4.91 | - |
| YUV | 141.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 16 | 0 | 0.15 | 0.91 | 0.31 | 49.88 | 0.83 | 0.38 |
| Hex | B0 | 95 | 10 | 0 | F | 5B | 1F | 32 | 53 | 26 |
| Octal | 260 | 225 | 20 | 0 | 17 | 133 | 37 | 62 | 123 | 46 |
| Binary | 10110000 | 10010101 | 10000 | 0 | 1111 | 1011011 | 11111 | 110010 | 1010011 | 100110 |
Color Harmonies of #B09510
Complementary color
Monochromatic Colors of #B09510
Black with #B09510
Text Example
Text Example
White with #B09510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09510; }
p { color: rgb(176,149,16); }
H1.HeaderClassName
{
color: #B09510;
}
.AnyTagClassName
{
color: #B09510;
}
</style>
background-color css
<style>
a { background-color: #B09510; }
a { background-color: rgb(176,149,16); }
div.DivClassName
{
background-color: #B09510;
}
.BgClassName
{
background-color: #B09510;
}
</style>
border-color css
<style>
span { border-color: #B09510; }
span { border-color: rgb(176,149,16); }
td.TdClassName
{
border-color: #B09510;
}
.TagClassName
{
border-color: #B09510;
}
</style>