Shades of Lucky #B1A415
Tints of Lucky #B1A415
RGB
CMYK
RGB Variations
Color information
#B1A415 (or 0xB1A415) is known color: Lucky. HEX triplet: B1, A4 and 15. RGB value is (177,164,21). Sum of RGB (Red+Green+Blue) = 177+164+21=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A415 is #4E5BEA. Grayscale: #989898. Windows color (decimal): -5135339 or 1418417. OLE color: 1418417.
HSL color Cylindrical-coordinate representation of color #B1A415: hue angle of 55º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1A415 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 21 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.31 |
| HSL | 55º | 0.79% | 0.39% | - |
| HSV(B) | 55º | 0.88% | 0.69% | - |
| XYZ | 31.54 | 35.95 | 5.99 | - |
| YUV | 151.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 21 | 0 | 0.07 | 0.88 | 0.31 | 55 | 0.79 | 0.39 |
| Hex | B1 | A4 | 15 | 0 | 7 | 58 | 1F | 37 | 4F | 27 |
| Octal | 261 | 244 | 25 | 0 | 7 | 130 | 37 | 67 | 117 | 47 |
| Binary | 10110001 | 10100100 | 10101 | 0 | 111 | 1011000 | 11111 | 110111 | 1001111 | 100111 |
Color Harmonies of #B1A415
Complementary color
Monochromatic Colors of #B1A415
Black with #B1A415
Text Example
Text Example
White with #B1A415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A415; }
p { color: rgb(177,164,21); }
H1.HeaderClassName
{
color: #B1A415;
}
.AnyTagClassName
{
color: #B1A415;
}
</style>
background-color css
<style>
a { background-color: #B1A415; }
a { background-color: rgb(177,164,21); }
div.DivClassName
{
background-color: #B1A415;
}
.BgClassName
{
background-color: #B1A415;
}
</style>
border-color css
<style>
span { border-color: #B1A415; }
span { border-color: rgb(177,164,21); }
td.TdClassName
{
border-color: #B1A415;
}
.TagClassName
{
border-color: #B1A415;
}
</style>