Shades of Lucky #B0A00E
Tints of Lucky #B0A00E
RGB
CMYK
RGB Variations
Color information
#B0A00E (or 0xB0A00E) is known color: Lucky. HEX triplet: B0, A0 and 0E. RGB value is (176,160,14). Sum of RGB (Red+Green+Blue) = 176+160+14=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A00E is #4F5FF1. Grayscale: #949494. Windows color (decimal): -5201906 or 958640. OLE color: 958640.
HSL color Cylindrical-coordinate representation of color #B0A00E: hue angle of 54.07º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0A00E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 14 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.31 |
| HSL | 54.07º | 0.85% | 0.37% | - |
| HSV(B) | 54.07º | 0.92% | 0.69% | - |
| XYZ | 30.55 | 34.4 | 5.45 | - |
| YUV | 148.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 14 | 0 | 0.09 | 0.92 | 0.31 | 54.07 | 0.85 | 0.37 |
| Hex | B0 | A0 | E | 0 | 9 | 5C | 1F | 36 | 55 | 25 |
| Octal | 260 | 240 | 16 | 0 | 11 | 134 | 37 | 66 | 125 | 45 |
| Binary | 10110000 | 10100000 | 1110 | 0 | 1001 | 1011100 | 11111 | 110110 | 1010101 | 100101 |
Color Harmonies of #B0A00E
Complementary color
Monochromatic Colors of #B0A00E
Black with #B0A00E
Text Example
Text Example
White with #B0A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A00E; }
p { color: rgb(176,160,14); }
H1.HeaderClassName
{
color: #B0A00E;
}
.AnyTagClassName
{
color: #B0A00E;
}
</style>
background-color css
<style>
a { background-color: #B0A00E; }
a { background-color: rgb(176,160,14); }
div.DivClassName
{
background-color: #B0A00E;
}
.BgClassName
{
background-color: #B0A00E;
}
</style>
border-color css
<style>
span { border-color: #B0A00E; }
span { border-color: rgb(176,160,14); }
td.TdClassName
{
border-color: #B0A00E;
}
.TagClassName
{
border-color: #B0A00E;
}
</style>