Shades of Lucky #B4A30D
Tints of Lucky #B4A30D
RGB
CMYK
RGB Variations
Color information
#B4A30D (or 0xB4A30D) is known color: Lucky. HEX triplet: B4, A3 and 0D. RGB value is (180,163,13). Sum of RGB (Red+Green+Blue) = 180+163+13=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A30D is #4B5CF2. Grayscale: #979797. Windows color (decimal): -4938995 or 893876. OLE color: 893876.
HSL color Cylindrical-coordinate representation of color #B4A30D: hue angle of 53.89º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4A30D is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 13 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.29 |
| HSL | 53.89º | 0.87% | 0.38% | - |
| HSV(B) | 53.89º | 0.93% | 0.71% | - |
| XYZ | 31.99 | 35.93 | 5.63 | - |
| YUV | 150.98 | 50.13 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 13 | 0 | 0.09 | 0.93 | 0.29 | 53.89 | 0.87 | 0.38 |
| Hex | B4 | A3 | D | 0 | 9 | 5D | 1D | 36 | 57 | 26 |
| Octal | 264 | 243 | 15 | 0 | 11 | 135 | 35 | 66 | 127 | 46 |
| Binary | 10110100 | 10100011 | 1101 | 0 | 1001 | 1011101 | 11101 | 110110 | 1010111 | 100110 |
Color Harmonies of #B4A30D
Complementary color
Monochromatic Colors of #B4A30D
Black with #B4A30D
Text Example
Text Example
White with #B4A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A30D; }
p { color: rgb(180,163,13); }
H1.HeaderClassName
{
color: #B4A30D;
}
.AnyTagClassName
{
color: #B4A30D;
}
</style>
background-color css
<style>
a { background-color: #B4A30D; }
a { background-color: rgb(180,163,13); }
div.DivClassName
{
background-color: #B4A30D;
}
.BgClassName
{
background-color: #B4A30D;
}
</style>
border-color css
<style>
span { border-color: #B4A30D; }
span { border-color: rgb(180,163,13); }
td.TdClassName
{
border-color: #B4A30D;
}
.TagClassName
{
border-color: #B4A30D;
}
</style>