Shades of Lucky #B0A001
Tints of Lucky #B0A001
RGB
CMYK
RGB Variations
Color information
#B0A001 (or 0xB0A001) is known color: Lucky. HEX triplet: B0, A0 and 01. RGB value is (176,160,1). Sum of RGB (Red+Green+Blue) = 176+160+1=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A001 is #4F5FFE. Grayscale: #939393. Windows color (decimal): -5201919 or 106672. OLE color: 106672.
HSL color Cylindrical-coordinate representation of color #B0A001: hue angle of 54.51º 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 #B0A001 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.31 |
| HSL | 54.51º | 0.99% | 0.35% | - |
| HSV(B) | 54.51º | 0.99% | 0.69% | - |
| XYZ | 30.48 | 34.37 | 5.06 | - |
| YUV | 146.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 1 | 0 | 0.09 | 0.99 | 0.31 | 54.51 | 0.99 | 0.35 |
| Hex | B0 | A0 | 1 | 0 | 9 | 63 | 1F | 37 | 63 | 23 |
| Octal | 260 | 240 | 1 | 0 | 11 | 143 | 37 | 67 | 143 | 43 |
| Binary | 10110000 | 10100000 | 1 | 0 | 1001 | 1100011 | 11111 | 110111 | 1100011 | 100011 |
Color Harmonies of #B0A001
Complementary color
Monochromatic Colors of #B0A001
Black with #B0A001
Text Example
Text Example
White with #B0A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A001; }
p { color: rgb(176,160,1); }
H1.HeaderClassName
{
color: #B0A001;
}
.AnyTagClassName
{
color: #B0A001;
}
</style>
background-color css
<style>
a { background-color: #B0A001; }
a { background-color: rgb(176,160,1); }
div.DivClassName
{
background-color: #B0A001;
}
.BgClassName
{
background-color: #B0A001;
}
</style>
border-color css
<style>
span { border-color: #B0A001; }
span { border-color: rgb(176,160,1); }
td.TdClassName
{
border-color: #B0A001;
}
.TagClassName
{
border-color: #B0A001;
}
</style>