Shades of Lucky #B09310
Tints of Lucky #B09310
RGB
CMYK
RGB Variations
Color information
#B09310 (or 0xB09310) is known color: Lucky. HEX triplet: B0, 93 and 10. RGB value is (176,147,16). Sum of RGB (Red+Green+Blue) = 176+147+16=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B09310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09310 is #4F6CEF. Grayscale: #8D8D8D. Windows color (decimal): -5205232 or 1086384. OLE color: 1086384.
HSL color Cylindrical-coordinate representation of color #B09310: hue angle of 49.12º 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 #B09310 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 16 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.31 |
| HSL | 49.13º | 0.83% | 0.38% | - |
| HSV(B) | 49.13º | 0.91% | 0.69% | - |
| XYZ | 28.43 | 30.13 | 4.81 | - |
| YUV | 140.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 16 | 0 | 0.16 | 0.91 | 0.31 | 49.13 | 0.83 | 0.38 |
| Hex | B0 | 93 | 10 | 0 | 10 | 5B | 1F | 31 | 53 | 26 |
| Octal | 260 | 223 | 20 | 0 | 20 | 133 | 37 | 61 | 123 | 46 |
| Binary | 10110000 | 10010011 | 10000 | 0 | 10000 | 1011011 | 11111 | 110001 | 1010011 | 100110 |
Color Harmonies of #B09310
Complementary color
Monochromatic Colors of #B09310
Black with #B09310
Text Example
Text Example
White with #B09310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09310; }
p { color: rgb(176,147,16); }
H1.HeaderClassName
{
color: #B09310;
}
.AnyTagClassName
{
color: #B09310;
}
</style>
background-color css
<style>
a { background-color: #B09310; }
a { background-color: rgb(176,147,16); }
div.DivClassName
{
background-color: #B09310;
}
.BgClassName
{
background-color: #B09310;
}
</style>
border-color css
<style>
span { border-color: #B09310; }
span { border-color: rgb(176,147,16); }
td.TdClassName
{
border-color: #B09310;
}
.TagClassName
{
border-color: #B09310;
}
</style>