Shades of Lucky #B4A10D
Tints of Lucky #B4A10D
RGB
CMYK
RGB Variations
Color information
#B4A10D (or 0xB4A10D) is known color: Lucky. HEX triplet: B4, A1 and 0D. RGB value is (180,161,13). Sum of RGB (Red+Green+Blue) = 180+161+13=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A10D is #4B5EF2. Grayscale: #969696. Windows color (decimal): -4939507 or 893364. OLE color: 893364.
HSL color Cylindrical-coordinate representation of color #B4A10D: hue angle of 53.17º 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 #B4A10D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 161 | 13 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.29 |
| HSL | 53.17º | 0.87% | 0.38% | - |
| HSV(B) | 53.17º | 0.93% | 0.71% | - |
| XYZ | 31.64 | 35.22 | 5.51 | - |
| YUV | 149.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 13 | 0 | 0.11 | 0.93 | 0.29 | 53.17 | 0.87 | 0.38 |
| Hex | B4 | A1 | D | 0 | B | 5D | 1D | 35 | 57 | 26 |
| Octal | 264 | 241 | 15 | 0 | 13 | 135 | 35 | 65 | 127 | 46 |
| Binary | 10110100 | 10100001 | 1101 | 0 | 1011 | 1011101 | 11101 | 110101 | 1010111 | 100110 |
Color Harmonies of #B4A10D
Complementary color
Monochromatic Colors of #B4A10D
Black with #B4A10D
Text Example
Text Example
White with #B4A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A10D; }
p { color: rgb(180,161,13); }
H1.HeaderClassName
{
color: #B4A10D;
}
.AnyTagClassName
{
color: #B4A10D;
}
</style>
background-color css
<style>
a { background-color: #B4A10D; }
a { background-color: rgb(180,161,13); }
div.DivClassName
{
background-color: #B4A10D;
}
.BgClassName
{
background-color: #B4A10D;
}
</style>
border-color css
<style>
span { border-color: #B4A10D; }
span { border-color: rgb(180,161,13); }
td.TdClassName
{
border-color: #B4A10D;
}
.TagClassName
{
border-color: #B4A10D;
}
</style>