Shades of Lucky #B1A405
Tints of Lucky #B1A405
RGB
CMYK
RGB Variations
Color information
#B1A405 (or 0xB1A405) is known color: Lucky. HEX triplet: B1, A4 and 05. RGB value is (177,164,5). Sum of RGB (Red+Green+Blue) = 177+164+5=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A405 is #4E5BFA. Grayscale: #969696. Windows color (decimal): -5135355 or 369841. OLE color: 369841.
HSL color Cylindrical-coordinate representation of color #B1A405: hue angle of 55.47º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1A405 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 5 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.31 |
| HSL | 55.47º | 0.95% | 0.36% | - |
| HSV(B) | 55.47º | 0.97% | 0.69% | - |
| XYZ | 31.43 | 35.91 | 5.42 | - |
| YUV | 149.76 | 46.31 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 5 | 0 | 0.07 | 0.97 | 0.31 | 55.47 | 0.95 | 0.36 |
| Hex | B1 | A4 | 5 | 0 | 7 | 61 | 1F | 37 | 5F | 24 |
| Octal | 261 | 244 | 5 | 0 | 7 | 141 | 37 | 67 | 137 | 44 |
| Binary | 10110001 | 10100100 | 101 | 0 | 111 | 1100001 | 11111 | 110111 | 1011111 | 100100 |
Color Harmonies of #B1A405
Complementary color
Monochromatic Colors of #B1A405
Black with #B1A405
Text Example
Text Example
White with #B1A405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A405; }
p { color: rgb(177,164,5); }
H1.HeaderClassName
{
color: #B1A405;
}
.AnyTagClassName
{
color: #B1A405;
}
</style>
background-color css
<style>
a { background-color: #B1A405; }
a { background-color: rgb(177,164,5); }
div.DivClassName
{
background-color: #B1A405;
}
.BgClassName
{
background-color: #B1A405;
}
</style>
border-color css
<style>
span { border-color: #B1A405; }
span { border-color: rgb(177,164,5); }
td.TdClassName
{
border-color: #B1A405;
}
.TagClassName
{
border-color: #B1A405;
}
</style>