Shades of Lucky #B1A512
Tints of Lucky #B1A512
RGB
CMYK
RGB Variations
Color information
#B1A512 (or 0xB1A512) is known color: Lucky. HEX triplet: B1, A5 and 12. RGB value is (177,165,18). Sum of RGB (Red+Green+Blue) = 177+165+18=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A512 is #4E5AED. Grayscale: #989898. Windows color (decimal): -5135086 or 1222065. OLE color: 1222065.
HSL color Cylindrical-coordinate representation of color #B1A512: hue angle of 55.47º 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 #B1A512 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 18 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.31 |
| HSL | 55.47º | 0.82% | 0.38% | - |
| HSV(B) | 55.47º | 0.9% | 0.69% | - |
| XYZ | 31.7 | 36.3 | 5.91 | - |
| YUV | 151.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 18 | 0 | 0.07 | 0.90 | 0.31 | 55.47 | 0.82 | 0.38 |
| Hex | B1 | A5 | 12 | 0 | 7 | 5A | 1F | 37 | 52 | 26 |
| Octal | 261 | 245 | 22 | 0 | 7 | 132 | 37 | 67 | 122 | 46 |
| Binary | 10110001 | 10100101 | 10010 | 0 | 111 | 1011010 | 11111 | 110111 | 1010010 | 100110 |
Color Harmonies of #B1A512
Complementary color
Monochromatic Colors of #B1A512
Black with #B1A512
Text Example
Text Example
White with #B1A512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A512; }
p { color: rgb(177,165,18); }
H1.HeaderClassName
{
color: #B1A512;
}
.AnyTagClassName
{
color: #B1A512;
}
</style>
background-color css
<style>
a { background-color: #B1A512; }
a { background-color: rgb(177,165,18); }
div.DivClassName
{
background-color: #B1A512;
}
.BgClassName
{
background-color: #B1A512;
}
</style>
border-color css
<style>
span { border-color: #B1A512; }
span { border-color: rgb(177,165,18); }
td.TdClassName
{
border-color: #B1A512;
}
.TagClassName
{
border-color: #B1A512;
}
</style>