Shades of Lucky #B0A206
Tints of Lucky #B0A206
RGB
CMYK
RGB Variations
Color information
#B0A206 (or 0xB0A206) is known color: Lucky. HEX triplet: B0, A2 and 06. RGB value is (176,162,6). Sum of RGB (Red+Green+Blue) = 176+162+6=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A206 is #4F5DF9. Grayscale: #959595. Windows color (decimal): -5201402 or 434864. OLE color: 434864.
HSL color Cylindrical-coordinate representation of color #B0A206: hue angle of 55.06º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0A206 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.31 |
| HSL | 55.06º | 0.93% | 0.36% | - |
| HSV(B) | 55.06º | 0.97% | 0.69% | - |
| XYZ | 30.86 | 35.08 | 5.32 | - |
| YUV | 148.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 6 | 0 | 0.08 | 0.97 | 0.31 | 55.06 | 0.93 | 0.36 |
| Hex | B0 | A2 | 6 | 0 | 8 | 61 | 1F | 37 | 5D | 24 |
| Octal | 260 | 242 | 6 | 0 | 10 | 141 | 37 | 67 | 135 | 44 |
| Binary | 10110000 | 10100010 | 110 | 0 | 1000 | 1100001 | 11111 | 110111 | 1011101 | 100100 |
Color Harmonies of #B0A206
Complementary color
Monochromatic Colors of #B0A206
Black with #B0A206
Text Example
Text Example
White with #B0A206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A206; }
p { color: rgb(176,162,6); }
H1.HeaderClassName
{
color: #B0A206;
}
.AnyTagClassName
{
color: #B0A206;
}
</style>
background-color css
<style>
a { background-color: #B0A206; }
a { background-color: rgb(176,162,6); }
div.DivClassName
{
background-color: #B0A206;
}
.BgClassName
{
background-color: #B0A206;
}
</style>
border-color css
<style>
span { border-color: #B0A206; }
span { border-color: rgb(176,162,6); }
td.TdClassName
{
border-color: #B0A206;
}
.TagClassName
{
border-color: #B0A206;
}
</style>