Shades of Lucky #B2A10D
Tints of Lucky #B2A10D
RGB
CMYK
RGB Variations
Color information
#B2A10D (or 0xB2A10D) is known color: Lucky. HEX triplet: B2, A1 and 0D. RGB value is (178,161,13). Sum of RGB (Red+Green+Blue) = 178+161+13=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A10D is #4D5EF2. Grayscale: #959595. Windows color (decimal): -5070579 or 893362. OLE color: 893362.
HSL color Cylindrical-coordinate representation of color #B2A10D: hue angle of 53.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2A10D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 13 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.30 |
| HSL | 53.82º | 0.86% | 0.37% | - |
| HSV(B) | 53.82º | 0.93% | 0.7% | - |
| XYZ | 31.18 | 34.98 | 5.49 | - |
| YUV | 149.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 13 | 0 | 0.10 | 0.93 | 0.30 | 53.82 | 0.86 | 0.37 |
| Hex | B2 | A1 | D | 0 | A | 5D | 1E | 36 | 56 | 25 |
| Octal | 262 | 241 | 15 | 0 | 12 | 135 | 36 | 66 | 126 | 45 |
| Binary | 10110010 | 10100001 | 1101 | 0 | 1010 | 1011101 | 11110 | 110110 | 1010110 | 100101 |
Color Harmonies of #B2A10D
Complementary color
Monochromatic Colors of #B2A10D
Black with #B2A10D
Text Example
Text Example
White with #B2A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A10D; }
p { color: rgb(178,161,13); }
H1.HeaderClassName
{
color: #B2A10D;
}
.AnyTagClassName
{
color: #B2A10D;
}
</style>
background-color css
<style>
a { background-color: #B2A10D; }
a { background-color: rgb(178,161,13); }
div.DivClassName
{
background-color: #B2A10D;
}
.BgClassName
{
background-color: #B2A10D;
}
</style>
border-color css
<style>
span { border-color: #B2A10D; }
span { border-color: rgb(178,161,13); }
td.TdClassName
{
border-color: #B2A10D;
}
.TagClassName
{
border-color: #B2A10D;
}
</style>