Shades of Lucky #B1A213
Tints of Lucky #B1A213
RGB
CMYK
RGB Variations
Color information
#B1A213 (or 0xB1A213) is known color: Lucky. HEX triplet: B1, A2 and 13. RGB value is (177,162,19). Sum of RGB (Red+Green+Blue) = 177+162+19=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A213 is #4E5DEC. Grayscale: #969696. Windows color (decimal): -5135853 or 1286833. OLE color: 1286833.
HSL color Cylindrical-coordinate representation of color #B1A213: hue angle of 54.3º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1A213 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 19 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.31 |
| HSL | 54.3º | 0.81% | 0.38% | - |
| HSV(B) | 54.3º | 0.89% | 0.69% | - |
| XYZ | 31.17 | 35.23 | 5.77 | - |
| YUV | 150.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 19 | 0 | 0.08 | 0.89 | 0.31 | 54.3 | 0.81 | 0.38 |
| Hex | B1 | A2 | 13 | 0 | 8 | 59 | 1F | 36 | 51 | 26 |
| Octal | 261 | 242 | 23 | 0 | 10 | 131 | 37 | 66 | 121 | 46 |
| Binary | 10110001 | 10100010 | 10011 | 0 | 1000 | 1011001 | 11111 | 110110 | 1010001 | 100110 |
Color Harmonies of #B1A213
Complementary color
Monochromatic Colors of #B1A213
Black with #B1A213
Text Example
Text Example
White with #B1A213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A213; }
p { color: rgb(177,162,19); }
H1.HeaderClassName
{
color: #B1A213;
}
.AnyTagClassName
{
color: #B1A213;
}
</style>
background-color css
<style>
a { background-color: #B1A213; }
a { background-color: rgb(177,162,19); }
div.DivClassName
{
background-color: #B1A213;
}
.BgClassName
{
background-color: #B1A213;
}
</style>
border-color css
<style>
span { border-color: #B1A213; }
span { border-color: rgb(177,162,19); }
td.TdClassName
{
border-color: #B1A213;
}
.TagClassName
{
border-color: #B1A213;
}
</style>