Shades of Lucky #B1A01E
Tints of Lucky #B1A01E
RGB
CMYK
RGB Variations
Color information
#B1A01E (or 0xB1A01E) is known color: Lucky. HEX triplet: B1, A0 and 1E. RGB value is (177,160,30). Sum of RGB (Red+Green+Blue) = 177+160+30=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A01E is #4E5FE1. Grayscale: #969696. Windows color (decimal): -5136354 or 2007217. OLE color: 2007217.
HSL color Cylindrical-coordinate representation of color #B1A01E: hue angle of 53.06º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1A01E is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 30 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.31 |
| HSL | 53.06º | 0.71% | 0.41% | - |
| HSV(B) | 53.06º | 0.83% | 0.69% | - |
| XYZ | 30.94 | 34.58 | 6.27 | - |
| YUV | 150.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 30 | 0 | 0.10 | 0.83 | 0.31 | 53.06 | 0.71 | 0.41 |
| Hex | B1 | A0 | 1E | 0 | A | 53 | 1F | 35 | 47 | 29 |
| Octal | 261 | 240 | 36 | 0 | 12 | 123 | 37 | 65 | 107 | 51 |
| Binary | 10110001 | 10100000 | 11110 | 0 | 1010 | 1010011 | 11111 | 110101 | 1000111 | 101001 |
Color Harmonies of #B1A01E
Complementary color
Monochromatic Colors of #B1A01E
Black with #B1A01E
Text Example
Text Example
White with #B1A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A01E; }
p { color: rgb(177,160,30); }
H1.HeaderClassName
{
color: #B1A01E;
}
.AnyTagClassName
{
color: #B1A01E;
}
</style>
background-color css
<style>
a { background-color: #B1A01E; }
a { background-color: rgb(177,160,30); }
div.DivClassName
{
background-color: #B1A01E;
}
.BgClassName
{
background-color: #B1A01E;
}
</style>
border-color css
<style>
span { border-color: #B1A01E; }
span { border-color: rgb(177,160,30); }
td.TdClassName
{
border-color: #B1A01E;
}
.TagClassName
{
border-color: #B1A01E;
}
</style>