Shades of Lucky #B3A10A
Tints of Lucky #B3A10A
RGB
CMYK
RGB Variations
Color information
#B3A10A (or 0xB3A10A) is known color: Lucky. HEX triplet: B3, A1 and 0A. RGB value is (179,161,10). Sum of RGB (Red+Green+Blue) = 179+161+10=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A10A is #4C5EF5. Grayscale: #959595. Windows color (decimal): -5005046 or 696755. OLE color: 696755.
HSL color Cylindrical-coordinate representation of color #B3A10A: hue angle of 53.61º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3A10A is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 10 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.30 |
| HSL | 53.61º | 0.89% | 0.37% | - |
| HSV(B) | 53.61º | 0.94% | 0.7% | - |
| XYZ | 31.39 | 35.1 | 5.41 | - |
| YUV | 149.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 10 | 0 | 0.10 | 0.94 | 0.30 | 53.61 | 0.89 | 0.37 |
| Hex | B3 | A1 | A | 0 | A | 5E | 1E | 36 | 59 | 25 |
| Octal | 263 | 241 | 12 | 0 | 12 | 136 | 36 | 66 | 131 | 45 |
| Binary | 10110011 | 10100001 | 1010 | 0 | 1010 | 1011110 | 11110 | 110110 | 1011001 | 100101 |
Color Harmonies of #B3A10A
Complementary color
Monochromatic Colors of #B3A10A
Black with #B3A10A
Text Example
Text Example
White with #B3A10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A10A; }
p { color: rgb(179,161,10); }
H1.HeaderClassName
{
color: #B3A10A;
}
.AnyTagClassName
{
color: #B3A10A;
}
</style>
background-color css
<style>
a { background-color: #B3A10A; }
a { background-color: rgb(179,161,10); }
div.DivClassName
{
background-color: #B3A10A;
}
.BgClassName
{
background-color: #B3A10A;
}
</style>
border-color css
<style>
span { border-color: #B3A10A; }
span { border-color: rgb(179,161,10); }
td.TdClassName
{
border-color: #B3A10A;
}
.TagClassName
{
border-color: #B3A10A;
}
</style>