Shades of Lucky #B0A213
Tints of Lucky #B0A213
RGB
CMYK
RGB Variations
Color information
#B0A213 (or 0xB0A213) is known color: Lucky. HEX triplet: B0, A2 and 13. RGB value is (176,162,19). Sum of RGB (Red+Green+Blue) = 176+162+19=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A213 is #4F5DEC. Grayscale: #969696. Windows color (decimal): -5201389 or 1286832. OLE color: 1286832.
HSL color Cylindrical-coordinate representation of color #B0A213: hue angle of 54.65º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0A213 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 19 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.31 |
| HSL | 54.65º | 0.81% | 0.38% | - |
| HSV(B) | 54.65º | 0.89% | 0.69% | - |
| XYZ | 30.94 | 35.12 | 5.76 | - |
| YUV | 149.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 19 | 0 | 0.08 | 0.89 | 0.31 | 54.65 | 0.81 | 0.38 |
| Hex | B0 | A2 | 13 | 0 | 8 | 59 | 1F | 37 | 51 | 26 |
| Octal | 260 | 242 | 23 | 0 | 10 | 131 | 37 | 67 | 121 | 46 |
| Binary | 10110000 | 10100010 | 10011 | 0 | 1000 | 1011001 | 11111 | 110111 | 1010001 | 100110 |
Color Harmonies of #B0A213
Complementary color
Monochromatic Colors of #B0A213
Black with #B0A213
Text Example
Text Example
White with #B0A213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A213; }
p { color: rgb(176,162,19); }
H1.HeaderClassName
{
color: #B0A213;
}
.AnyTagClassName
{
color: #B0A213;
}
</style>
background-color css
<style>
a { background-color: #B0A213; }
a { background-color: rgb(176,162,19); }
div.DivClassName
{
background-color: #B0A213;
}
.BgClassName
{
background-color: #B0A213;
}
</style>
border-color css
<style>
span { border-color: #B0A213; }
span { border-color: rgb(176,162,19); }
td.TdClassName
{
border-color: #B0A213;
}
.TagClassName
{
border-color: #B0A213;
}
</style>