Shades of Lucky #B3A30A
Tints of Lucky #B3A30A
RGB
CMYK
RGB Variations
Color information
#B3A30A (or 0xB3A30A) is known color: Lucky. HEX triplet: B3, A3 and 0A. RGB value is (179,163,10). Sum of RGB (Red+Green+Blue) = 179+163+10=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A30A is #4C5CF5. Grayscale: #969696. Windows color (decimal): -5004534 or 697267. OLE color: 697267.
HSL color Cylindrical-coordinate representation of color #B3A30A: hue angle of 54.32º 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 #B3A30A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 10 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.30 |
| HSL | 54.32º | 0.89% | 0.37% | - |
| HSV(B) | 54.32º | 0.94% | 0.7% | - |
| XYZ | 31.74 | 35.8 | 5.52 | - |
| YUV | 150.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 10 | 0 | 0.09 | 0.94 | 0.30 | 54.32 | 0.89 | 0.37 |
| Hex | B3 | A3 | A | 0 | 9 | 5E | 1E | 36 | 59 | 25 |
| Octal | 263 | 243 | 12 | 0 | 11 | 136 | 36 | 66 | 131 | 45 |
| Binary | 10110011 | 10100011 | 1010 | 0 | 1001 | 1011110 | 11110 | 110110 | 1011001 | 100101 |
Color Harmonies of #B3A30A
Complementary color
Monochromatic Colors of #B3A30A
Black with #B3A30A
Text Example
Text Example
White with #B3A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A30A; }
p { color: rgb(179,163,10); }
H1.HeaderClassName
{
color: #B3A30A;
}
.AnyTagClassName
{
color: #B3A30A;
}
</style>
background-color css
<style>
a { background-color: #B3A30A; }
a { background-color: rgb(179,163,10); }
div.DivClassName
{
background-color: #B3A30A;
}
.BgClassName
{
background-color: #B3A30A;
}
</style>
border-color css
<style>
span { border-color: #B3A30A; }
span { border-color: rgb(179,163,10); }
td.TdClassName
{
border-color: #B3A30A;
}
.TagClassName
{
border-color: #B3A30A;
}
</style>