Shades of Lucky #B0A605
Tints of Lucky #B0A605
RGB
CMYK
RGB Variations
Color information
#B0A605 (or 0xB0A605) is known color: Lucky. HEX triplet: B0, A6 and 05. RGB value is (176,166,5). Sum of RGB (Red+Green+Blue) = 176+166+5=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A605 is #4F59FA. Grayscale: #979797. Windows color (decimal): -5200379 or 370352. OLE color: 370352.
HSL color Cylindrical-coordinate representation of color #B0A605: hue angle of 56.49º 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 #B0A605 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 5 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.31 |
| HSL | 56.49º | 0.94% | 0.35% | - |
| HSV(B) | 56.49º | 0.97% | 0.69% | - |
| XYZ | 31.57 | 36.51 | 5.53 | - |
| YUV | 150.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 5 | 0 | 0.06 | 0.97 | 0.31 | 56.49 | 0.94 | 0.35 |
| Hex | B0 | A6 | 5 | 0 | 6 | 61 | 1F | 38 | 5E | 23 |
| Octal | 260 | 246 | 5 | 0 | 6 | 141 | 37 | 70 | 136 | 43 |
| Binary | 10110000 | 10100110 | 101 | 0 | 110 | 1100001 | 11111 | 111000 | 1011110 | 100011 |
Color Harmonies of #B0A605
Complementary color
Monochromatic Colors of #B0A605
Black with #B0A605
Text Example
Text Example
White with #B0A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A605; }
p { color: rgb(176,166,5); }
H1.HeaderClassName
{
color: #B0A605;
}
.AnyTagClassName
{
color: #B0A605;
}
</style>
background-color css
<style>
a { background-color: #B0A605; }
a { background-color: rgb(176,166,5); }
div.DivClassName
{
background-color: #B0A605;
}
.BgClassName
{
background-color: #B0A605;
}
</style>
border-color css
<style>
span { border-color: #B0A605; }
span { border-color: rgb(176,166,5); }
td.TdClassName
{
border-color: #B0A605;
}
.TagClassName
{
border-color: #B0A605;
}
</style>