Shades of Lucky #B1A112
Tints of Lucky #B1A112
RGB
CMYK
RGB Variations
Color information
#B1A112 (or 0xB1A112) is known color: Lucky. HEX triplet: B1, A1 and 12. RGB value is (177,161,18). Sum of RGB (Red+Green+Blue) = 177+161+18=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A112 is #4E5EED. Grayscale: #969696. Windows color (decimal): -5136110 or 1221041. OLE color: 1221041.
HSL color Cylindrical-coordinate representation of color #B1A112: hue angle of 53.96º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1A112 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 18 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.31 |
| HSL | 53.96º | 0.82% | 0.38% | - |
| HSV(B) | 53.96º | 0.9% | 0.69% | - |
| XYZ | 30.99 | 34.88 | 5.67 | - |
| YUV | 149.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 18 | 0 | 0.09 | 0.90 | 0.31 | 53.96 | 0.82 | 0.38 |
| Hex | B1 | A1 | 12 | 0 | 9 | 5A | 1F | 36 | 52 | 26 |
| Octal | 261 | 241 | 22 | 0 | 11 | 132 | 37 | 66 | 122 | 46 |
| Binary | 10110001 | 10100001 | 10010 | 0 | 1001 | 1011010 | 11111 | 110110 | 1010010 | 100110 |
Color Harmonies of #B1A112
Complementary color
Monochromatic Colors of #B1A112
Black with #B1A112
Text Example
Text Example
White with #B1A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A112; }
p { color: rgb(177,161,18); }
H1.HeaderClassName
{
color: #B1A112;
}
.AnyTagClassName
{
color: #B1A112;
}
</style>
background-color css
<style>
a { background-color: #B1A112; }
a { background-color: rgb(177,161,18); }
div.DivClassName
{
background-color: #B1A112;
}
.BgClassName
{
background-color: #B1A112;
}
</style>
border-color css
<style>
span { border-color: #B1A112; }
span { border-color: rgb(177,161,18); }
td.TdClassName
{
border-color: #B1A112;
}
.TagClassName
{
border-color: #B1A112;
}
</style>