Shades of Lucky #B0A205
Tints of Lucky #B0A205
RGB
CMYK
RGB Variations
Color information
#B0A205 (or 0xB0A205) is known color: Lucky. HEX triplet: B0, A2 and 05. RGB value is (176,162,5). Sum of RGB (Red+Green+Blue) = 176+162+5=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A205 is #4F5DFA. Grayscale: #949494. Windows color (decimal): -5201403 or 369328. OLE color: 369328.
HSL color Cylindrical-coordinate representation of color #B0A205: hue angle of 55.09º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0A205 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 5 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.31 |
| HSL | 55.09º | 0.94% | 0.35% | - |
| HSV(B) | 55.09º | 0.97% | 0.69% | - |
| XYZ | 30.85 | 35.08 | 5.29 | - |
| YUV | 148.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 5 | 0 | 0.08 | 0.97 | 0.31 | 55.09 | 0.94 | 0.35 |
| Hex | B0 | A2 | 5 | 0 | 8 | 61 | 1F | 37 | 5E | 23 |
| Octal | 260 | 242 | 5 | 0 | 10 | 141 | 37 | 67 | 136 | 43 |
| Binary | 10110000 | 10100010 | 101 | 0 | 1000 | 1100001 | 11111 | 110111 | 1011110 | 100011 |
Color Harmonies of #B0A205
Complementary color
Monochromatic Colors of #B0A205
Black with #B0A205
Text Example
Text Example
White with #B0A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A205; }
p { color: rgb(176,162,5); }
H1.HeaderClassName
{
color: #B0A205;
}
.AnyTagClassName
{
color: #B0A205;
}
</style>
background-color css
<style>
a { background-color: #B0A205; }
a { background-color: rgb(176,162,5); }
div.DivClassName
{
background-color: #B0A205;
}
.BgClassName
{
background-color: #B0A205;
}
</style>
border-color css
<style>
span { border-color: #B0A205; }
span { border-color: rgb(176,162,5); }
td.TdClassName
{
border-color: #B0A205;
}
.TagClassName
{
border-color: #B0A205;
}
</style>