Shades of Lucky #B3A30E
Tints of Lucky #B3A30E
RGB
CMYK
RGB Variations
Color information
#B3A30E (or 0xB3A30E) is known color: Lucky. HEX triplet: B3, A3 and 0E. RGB value is (179,163,14). Sum of RGB (Red+Green+Blue) = 179+163+14=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A30E is #4C5CF1. Grayscale: #979797. Windows color (decimal): -5004530 or 959411. OLE color: 959411.
HSL color Cylindrical-coordinate representation of color #B3A30E: hue angle of 54.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3A30E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 14 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.30 |
| HSL | 54.18º | 0.85% | 0.38% | - |
| HSV(B) | 54.18º | 0.92% | 0.7% | - |
| XYZ | 31.77 | 35.81 | 5.65 | - |
| YUV | 150.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 14 | 0 | 0.09 | 0.92 | 0.30 | 54.18 | 0.85 | 0.38 |
| Hex | B3 | A3 | E | 0 | 9 | 5C | 1E | 36 | 55 | 26 |
| Octal | 263 | 243 | 16 | 0 | 11 | 134 | 36 | 66 | 125 | 46 |
| Binary | 10110011 | 10100011 | 1110 | 0 | 1001 | 1011100 | 11110 | 110110 | 1010101 | 100110 |
Color Harmonies of #B3A30E
Complementary color
Monochromatic Colors of #B3A30E
Black with #B3A30E
Text Example
Text Example
White with #B3A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A30E; }
p { color: rgb(179,163,14); }
H1.HeaderClassName
{
color: #B3A30E;
}
.AnyTagClassName
{
color: #B3A30E;
}
</style>
background-color css
<style>
a { background-color: #B3A30E; }
a { background-color: rgb(179,163,14); }
div.DivClassName
{
background-color: #B3A30E;
}
.BgClassName
{
background-color: #B3A30E;
}
</style>
border-color css
<style>
span { border-color: #B3A30E; }
span { border-color: rgb(179,163,14); }
td.TdClassName
{
border-color: #B3A30E;
}
.TagClassName
{
border-color: #B3A30E;
}
</style>