Shades of Lucky #B1A01C
Tints of Lucky #B1A01C
RGB
CMYK
RGB Variations
Color information
#B1A01C (or 0xB1A01C) is known color: Lucky. HEX triplet: B1, A0 and 1C. RGB value is (177,160,28). Sum of RGB (Red+Green+Blue) = 177+160+28=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A01C is #4E5FE3. Grayscale: #969696. Windows color (decimal): -5136356 or 1876145. OLE color: 1876145.
HSL color Cylindrical-coordinate representation of color #B1A01C: hue angle of 53.15º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1A01C is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 28 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.31 |
| HSL | 53.15º | 0.73% | 0.4% | - |
| HSV(B) | 53.15º | 0.84% | 0.69% | - |
| XYZ | 30.91 | 34.57 | 6.14 | - |
| YUV | 150.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 28 | 0 | 0.10 | 0.84 | 0.31 | 53.15 | 0.73 | 0.4 |
| Hex | B1 | A0 | 1C | 0 | A | 54 | 1F | 35 | 49 | 28 |
| Octal | 261 | 240 | 34 | 0 | 12 | 124 | 37 | 65 | 111 | 50 |
| Binary | 10110001 | 10100000 | 11100 | 0 | 1010 | 1010100 | 11111 | 110101 | 1001001 | 101000 |
Color Harmonies of #B1A01C
Complementary color
Monochromatic Colors of #B1A01C
Black with #B1A01C
Text Example
Text Example
White with #B1A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A01C; }
p { color: rgb(177,160,28); }
H1.HeaderClassName
{
color: #B1A01C;
}
.AnyTagClassName
{
color: #B1A01C;
}
</style>
background-color css
<style>
a { background-color: #B1A01C; }
a { background-color: rgb(177,160,28); }
div.DivClassName
{
background-color: #B1A01C;
}
.BgClassName
{
background-color: #B1A01C;
}
</style>
border-color css
<style>
span { border-color: #B1A01C; }
span { border-color: rgb(177,160,28); }
td.TdClassName
{
border-color: #B1A01C;
}
.TagClassName
{
border-color: #B1A01C;
}
</style>