Shades of Lucky #B4A30B
Tints of Lucky #B4A30B
RGB
CMYK
RGB Variations
Color information
#B4A30B (or 0xB4A30B) is known color: Lucky. HEX triplet: B4, A3 and 0B. RGB value is (180,163,11). Sum of RGB (Red+Green+Blue) = 180+163+11=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A30B is #4B5CF4. Grayscale: #979797. Windows color (decimal): -4938997 or 762804. OLE color: 762804.
HSL color Cylindrical-coordinate representation of color #B4A30B: hue angle of 53.96º 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 #B4A30B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 11 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.29 |
| HSL | 53.96º | 0.88% | 0.37% | - |
| HSV(B) | 53.96º | 0.94% | 0.71% | - |
| XYZ | 31.98 | 35.92 | 5.56 | - |
| YUV | 150.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 11 | 0 | 0.09 | 0.94 | 0.29 | 53.96 | 0.88 | 0.37 |
| Hex | B4 | A3 | B | 0 | 9 | 5E | 1D | 36 | 58 | 25 |
| Octal | 264 | 243 | 13 | 0 | 11 | 136 | 35 | 66 | 130 | 45 |
| Binary | 10110100 | 10100011 | 1011 | 0 | 1001 | 1011110 | 11101 | 110110 | 1011000 | 100101 |
Color Harmonies of #B4A30B
Complementary color
Monochromatic Colors of #B4A30B
Black with #B4A30B
Text Example
Text Example
White with #B4A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A30B; }
p { color: rgb(180,163,11); }
H1.HeaderClassName
{
color: #B4A30B;
}
.AnyTagClassName
{
color: #B4A30B;
}
</style>
background-color css
<style>
a { background-color: #B4A30B; }
a { background-color: rgb(180,163,11); }
div.DivClassName
{
background-color: #B4A30B;
}
.BgClassName
{
background-color: #B4A30B;
}
</style>
border-color css
<style>
span { border-color: #B4A30B; }
span { border-color: rgb(180,163,11); }
td.TdClassName
{
border-color: #B4A30B;
}
.TagClassName
{
border-color: #B4A30B;
}
</style>