Shades of Lucky #B1A010
Tints of Lucky #B1A010
RGB
CMYK
RGB Variations
Color information
#B1A010 (or 0xB1A010) is known color: Lucky. HEX triplet: B1, A0 and 10. RGB value is (177,160,16). Sum of RGB (Red+Green+Blue) = 177+160+16=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A010 is #4E5FEF. Grayscale: #959595. Windows color (decimal): -5136368 or 1089713. OLE color: 1089713.
HSL color Cylindrical-coordinate representation of color #B1A010: hue angle of 53.66º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1A010 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 16 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.31 |
| HSL | 53.66º | 0.83% | 0.38% | - |
| HSV(B) | 53.66º | 0.91% | 0.69% | - |
| XYZ | 30.8 | 34.53 | 5.53 | - |
| YUV | 148.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 16 | 0 | 0.10 | 0.91 | 0.31 | 53.66 | 0.83 | 0.38 |
| Hex | B1 | A0 | 10 | 0 | A | 5B | 1F | 36 | 53 | 26 |
| Octal | 261 | 240 | 20 | 0 | 12 | 133 | 37 | 66 | 123 | 46 |
| Binary | 10110001 | 10100000 | 10000 | 0 | 1010 | 1011011 | 11111 | 110110 | 1010011 | 100110 |
Color Harmonies of #B1A010
Complementary color
Monochromatic Colors of #B1A010
Black with #B1A010
Text Example
Text Example
White with #B1A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A010; }
p { color: rgb(177,160,16); }
H1.HeaderClassName
{
color: #B1A010;
}
.AnyTagClassName
{
color: #B1A010;
}
</style>
background-color css
<style>
a { background-color: #B1A010; }
a { background-color: rgb(177,160,16); }
div.DivClassName
{
background-color: #B1A010;
}
.BgClassName
{
background-color: #B1A010;
}
</style>
border-color css
<style>
span { border-color: #B1A010; }
span { border-color: rgb(177,160,16); }
td.TdClassName
{
border-color: #B1A010;
}
.TagClassName
{
border-color: #B1A010;
}
</style>