Shades of Lucky #B4A505
Tints of Lucky #B4A505
RGB
CMYK
RGB Variations
Color information
#B4A505 (or 0xB4A505) is known color: Lucky. HEX triplet: B4, A5 and 05. RGB value is (180,165,5). Sum of RGB (Red+Green+Blue) = 180+165+5=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A505 is #4B5AFA. Grayscale: #979797. Windows color (decimal): -4938491 or 370100. OLE color: 370100.
HSL color Cylindrical-coordinate representation of color #B4A505: hue angle of 54.86º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4A505 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 5 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.29 |
| HSL | 54.86º | 0.95% | 0.36% | - |
| HSV(B) | 54.86º | 0.97% | 0.71% | - |
| XYZ | 32.3 | 36.62 | 5.51 | - |
| YUV | 151.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 5 | 0 | 0.08 | 0.97 | 0.29 | 54.86 | 0.95 | 0.36 |
| Hex | B4 | A5 | 5 | 0 | 8 | 61 | 1D | 37 | 5F | 24 |
| Octal | 264 | 245 | 5 | 0 | 10 | 141 | 35 | 67 | 137 | 44 |
| Binary | 10110100 | 10100101 | 101 | 0 | 1000 | 1100001 | 11101 | 110111 | 1011111 | 100100 |
Color Harmonies of #B4A505
Complementary color
Monochromatic Colors of #B4A505
Black with #B4A505
Text Example
Text Example
White with #B4A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A505; }
p { color: rgb(180,165,5); }
H1.HeaderClassName
{
color: #B4A505;
}
.AnyTagClassName
{
color: #B4A505;
}
</style>
background-color css
<style>
a { background-color: #B4A505; }
a { background-color: rgb(180,165,5); }
div.DivClassName
{
background-color: #B4A505;
}
.BgClassName
{
background-color: #B4A505;
}
</style>
border-color css
<style>
span { border-color: #B4A505; }
span { border-color: rgb(180,165,5); }
td.TdClassName
{
border-color: #B4A505;
}
.TagClassName
{
border-color: #B4A505;
}
</style>