Shades of Lucky #B09E01
Tints of Lucky #B09E01
RGB
CMYK
RGB Variations
Color information
#B09E01 (or 0xB09E01) is known color: Lucky. HEX triplet: B0, 9E and 01. RGB value is (176,158,1). Sum of RGB (Red+Green+Blue) = 176+158+1=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09E01 is #4F61FE. Grayscale: #929292. Windows color (decimal): -5202431 or 106160. OLE color: 106160.
HSL color Cylindrical-coordinate representation of color #B09E01: hue angle of 53.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B09E01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.31 |
| HSL | 53.83º | 0.99% | 0.35% | - |
| HSV(B) | 53.83º | 0.99% | 0.69% | - |
| XYZ | 30.14 | 33.69 | 4.94 | - |
| YUV | 145.48 | 46.46 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 1 | 0 | 0.10 | 0.99 | 0.31 | 53.83 | 0.99 | 0.35 |
| Hex | B0 | 9E | 1 | 0 | A | 63 | 1F | 36 | 63 | 23 |
| Octal | 260 | 236 | 1 | 0 | 12 | 143 | 37 | 66 | 143 | 43 |
| Binary | 10110000 | 10011110 | 1 | 0 | 1010 | 1100011 | 11111 | 110110 | 1100011 | 100011 |
Color Harmonies of #B09E01
Complementary color
Monochromatic Colors of #B09E01
Black with #B09E01
Text Example
Text Example
White with #B09E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E01; }
p { color: rgb(176,158,1); }
H1.HeaderClassName
{
color: #B09E01;
}
.AnyTagClassName
{
color: #B09E01;
}
</style>
background-color css
<style>
a { background-color: #B09E01; }
a { background-color: rgb(176,158,1); }
div.DivClassName
{
background-color: #B09E01;
}
.BgClassName
{
background-color: #B09E01;
}
</style>
border-color css
<style>
span { border-color: #B09E01; }
span { border-color: rgb(176,158,1); }
td.TdClassName
{
border-color: #B09E01;
}
.TagClassName
{
border-color: #B09E01;
}
</style>