Shades of Lucky #B4A40B
Tints of Lucky #B4A40B
RGB
CMYK
RGB Variations
Color information
#B4A40B (or 0xB4A40B) is known color: Lucky. HEX triplet: B4, A4 and 0B. RGB value is (180,164,11). Sum of RGB (Red+Green+Blue) = 180+164+11=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A40B is #4B5BF4. Grayscale: #979797. Windows color (decimal): -4938741 or 763060. OLE color: 763060.
HSL color Cylindrical-coordinate representation of color #B4A40B: hue angle of 54.32º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4A40B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 11 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.29 |
| HSL | 54.32º | 0.88% | 0.37% | - |
| HSV(B) | 54.32º | 0.94% | 0.71% | - |
| XYZ | 32.16 | 36.28 | 5.62 | - |
| YUV | 151.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 11 | 0 | 0.09 | 0.94 | 0.29 | 54.32 | 0.88 | 0.37 |
| Hex | B4 | A4 | B | 0 | 9 | 5E | 1D | 36 | 58 | 25 |
| Octal | 264 | 244 | 13 | 0 | 11 | 136 | 35 | 66 | 130 | 45 |
| Binary | 10110100 | 10100100 | 1011 | 0 | 1001 | 1011110 | 11101 | 110110 | 1011000 | 100101 |
Color Harmonies of #B4A40B
Complementary color
Monochromatic Colors of #B4A40B
Black with #B4A40B
Text Example
Text Example
White with #B4A40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A40B; }
p { color: rgb(180,164,11); }
H1.HeaderClassName
{
color: #B4A40B;
}
.AnyTagClassName
{
color: #B4A40B;
}
</style>
background-color css
<style>
a { background-color: #B4A40B; }
a { background-color: rgb(180,164,11); }
div.DivClassName
{
background-color: #B4A40B;
}
.BgClassName
{
background-color: #B4A40B;
}
</style>
border-color css
<style>
span { border-color: #B4A40B; }
span { border-color: rgb(180,164,11); }
td.TdClassName
{
border-color: #B4A40B;
}
.TagClassName
{
border-color: #B4A40B;
}
</style>