Shades of Lucky #B1A50E
Tints of Lucky #B1A50E
RGB
CMYK
RGB Variations
Color information
#B1A50E (or 0xB1A50E) is known color: Lucky. HEX triplet: B1, A5 and 0E. RGB value is (177,165,14). Sum of RGB (Red+Green+Blue) = 177+165+14=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A50E is #4E5AF1. Grayscale: #979797. Windows color (decimal): -5135090 or 959921. OLE color: 959921.
HSL color Cylindrical-coordinate representation of color #B1A50E: hue angle of 55.58º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1A50E is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 14 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.31 |
| HSL | 55.58º | 0.85% | 0.37% | - |
| HSV(B) | 55.58º | 0.92% | 0.69% | - |
| XYZ | 31.67 | 36.29 | 5.75 | - |
| YUV | 151.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 14 | 0 | 0.07 | 0.92 | 0.31 | 55.58 | 0.85 | 0.37 |
| Hex | B1 | A5 | E | 0 | 7 | 5C | 1F | 38 | 55 | 25 |
| Octal | 261 | 245 | 16 | 0 | 7 | 134 | 37 | 70 | 125 | 45 |
| Binary | 10110001 | 10100101 | 1110 | 0 | 111 | 1011100 | 11111 | 111000 | 1010101 | 100101 |
Color Harmonies of #B1A50E
Complementary color
Monochromatic Colors of #B1A50E
Black with #B1A50E
Text Example
Text Example
White with #B1A50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A50E; }
p { color: rgb(177,165,14); }
H1.HeaderClassName
{
color: #B1A50E;
}
.AnyTagClassName
{
color: #B1A50E;
}
</style>
background-color css
<style>
a { background-color: #B1A50E; }
a { background-color: rgb(177,165,14); }
div.DivClassName
{
background-color: #B1A50E;
}
.BgClassName
{
background-color: #B1A50E;
}
</style>
border-color css
<style>
span { border-color: #B1A50E; }
span { border-color: rgb(177,165,14); }
td.TdClassName
{
border-color: #B1A50E;
}
.TagClassName
{
border-color: #B1A50E;
}
</style>