Shades of Lucky #B09612
Tints of Lucky #B09612
RGB
CMYK
RGB Variations
Color information
#B09612 (or 0xB09612) is known color: Lucky. HEX triplet: B0, 96 and 12. RGB value is (176,150,18). Sum of RGB (Red+Green+Blue) = 176+150+18=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B09612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09612 is #4F69ED. Grayscale: #8F8F8F. Windows color (decimal): -5204462 or 1218224. OLE color: 1218224.
HSL color Cylindrical-coordinate representation of color #B09612: hue angle of 50.13º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B09612 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 18 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.31 |
| HSL | 50.13º | 0.81% | 0.38% | - |
| HSV(B) | 50.13º | 0.9% | 0.69% | - |
| XYZ | 28.92 | 31.09 | 5.05 | - |
| YUV | 142.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 18 | 0 | 0.15 | 0.90 | 0.31 | 50.13 | 0.81 | 0.38 |
| Hex | B0 | 96 | 12 | 0 | F | 5A | 1F | 32 | 51 | 26 |
| Octal | 260 | 226 | 22 | 0 | 17 | 132 | 37 | 62 | 121 | 46 |
| Binary | 10110000 | 10010110 | 10010 | 0 | 1111 | 1011010 | 11111 | 110010 | 1010001 | 100110 |
Color Harmonies of #B09612
Complementary color
Monochromatic Colors of #B09612
Black with #B09612
Text Example
Text Example
White with #B09612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09612; }
p { color: rgb(176,150,18); }
H1.HeaderClassName
{
color: #B09612;
}
.AnyTagClassName
{
color: #B09612;
}
</style>
background-color css
<style>
a { background-color: #B09612; }
a { background-color: rgb(176,150,18); }
div.DivClassName
{
background-color: #B09612;
}
.BgClassName
{
background-color: #B09612;
}
</style>
border-color css
<style>
span { border-color: #B09612; }
span { border-color: rgb(176,150,18); }
td.TdClassName
{
border-color: #B09612;
}
.TagClassName
{
border-color: #B09612;
}
</style>