Shades of Lucky #B1A31A
Tints of Lucky #B1A31A
RGB
CMYK
RGB Variations
Color information
#B1A31A (or 0xB1A31A) is known color: Lucky. HEX triplet: B1, A3 and 1A. RGB value is (177,163,26). Sum of RGB (Red+Green+Blue) = 177+163+26=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A31A is #4E5CE5. Grayscale: #989898. Windows color (decimal): -5135590 or 1745841. OLE color: 1745841.
HSL color Cylindrical-coordinate representation of color #B1A31A: hue angle of 54.44º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1A31A is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 26 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.31 |
| HSL | 54.44º | 0.74% | 0.4% | - |
| HSV(B) | 54.44º | 0.85% | 0.69% | - |
| XYZ | 31.42 | 35.62 | 6.2 | - |
| YUV | 151.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 26 | 0 | 0.08 | 0.85 | 0.31 | 54.44 | 0.74 | 0.4 |
| Hex | B1 | A3 | 1A | 0 | 8 | 55 | 1F | 36 | 4A | 28 |
| Octal | 261 | 243 | 32 | 0 | 10 | 125 | 37 | 66 | 112 | 50 |
| Binary | 10110001 | 10100011 | 11010 | 0 | 1000 | 1010101 | 11111 | 110110 | 1001010 | 101000 |
Color Harmonies of #B1A31A
Complementary color
Monochromatic Colors of #B1A31A
Black with #B1A31A
Text Example
Text Example
White with #B1A31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A31A; }
p { color: rgb(177,163,26); }
H1.HeaderClassName
{
color: #B1A31A;
}
.AnyTagClassName
{
color: #B1A31A;
}
</style>
background-color css
<style>
a { background-color: #B1A31A; }
a { background-color: rgb(177,163,26); }
div.DivClassName
{
background-color: #B1A31A;
}
.BgClassName
{
background-color: #B1A31A;
}
</style>
border-color css
<style>
span { border-color: #B1A31A; }
span { border-color: rgb(177,163,26); }
td.TdClassName
{
border-color: #B1A31A;
}
.TagClassName
{
border-color: #B1A31A;
}
</style>