Shades of Lucky #B0A109
Tints of Lucky #B0A109
RGB
CMYK
RGB Variations
Color information
#B0A109 (or 0xB0A109) is known color: Lucky. HEX triplet: B0, A1 and 09. RGB value is (176,161,9). Sum of RGB (Red+Green+Blue) = 176+161+9=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A109 is #4F5EF6. Grayscale: #949494. Windows color (decimal): -5201655 or 631216. OLE color: 631216.
HSL color Cylindrical-coordinate representation of color #B0A109: hue angle of 54.61º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0A109 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 9 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.31 |
| HSL | 54.61º | 0.9% | 0.36% | - |
| HSV(B) | 54.61º | 0.95% | 0.69% | - |
| XYZ | 30.7 | 34.74 | 5.35 | - |
| YUV | 148.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 9 | 0 | 0.09 | 0.95 | 0.31 | 54.61 | 0.9 | 0.36 |
| Hex | B0 | A1 | 9 | 0 | 9 | 5F | 1F | 37 | 5A | 24 |
| Octal | 260 | 241 | 11 | 0 | 11 | 137 | 37 | 67 | 132 | 44 |
| Binary | 10110000 | 10100001 | 1001 | 0 | 1001 | 1011111 | 11111 | 110111 | 1011010 | 100100 |
Color Harmonies of #B0A109
Complementary color
Monochromatic Colors of #B0A109
Black with #B0A109
Text Example
Text Example
White with #B0A109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A109; }
p { color: rgb(176,161,9); }
H1.HeaderClassName
{
color: #B0A109;
}
.AnyTagClassName
{
color: #B0A109;
}
</style>
background-color css
<style>
a { background-color: #B0A109; }
a { background-color: rgb(176,161,9); }
div.DivClassName
{
background-color: #B0A109;
}
.BgClassName
{
background-color: #B0A109;
}
</style>
border-color css
<style>
span { border-color: #B0A109; }
span { border-color: rgb(176,161,9); }
td.TdClassName
{
border-color: #B0A109;
}
.TagClassName
{
border-color: #B0A109;
}
</style>