Shades of Lucky #B3A00E
Tints of Lucky #B3A00E
RGB
CMYK
RGB Variations
Color information
#B3A00E (or 0xB3A00E) is known color: Lucky. HEX triplet: B3, A0 and 0E. RGB value is (179,160,14). Sum of RGB (Red+Green+Blue) = 179+160+14=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A00E is #4C5FF1. Grayscale: #959595. Windows color (decimal): -5005298 or 958643. OLE color: 958643.
HSL color Cylindrical-coordinate representation of color #B3A00E: hue angle of 53.09º 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 #B3A00E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 14 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.30 |
| HSL | 53.09º | 0.85% | 0.38% | - |
| HSV(B) | 53.09º | 0.92% | 0.7% | - |
| XYZ | 31.24 | 34.76 | 5.48 | - |
| YUV | 149.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 14 | 0 | 0.11 | 0.92 | 0.30 | 53.09 | 0.85 | 0.38 |
| Hex | B3 | A0 | E | 0 | B | 5C | 1E | 35 | 55 | 26 |
| Octal | 263 | 240 | 16 | 0 | 13 | 134 | 36 | 65 | 125 | 46 |
| Binary | 10110011 | 10100000 | 1110 | 0 | 1011 | 1011100 | 11110 | 110101 | 1010101 | 100110 |
Color Harmonies of #B3A00E
Complementary color
Monochromatic Colors of #B3A00E
Black with #B3A00E
Text Example
Text Example
White with #B3A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A00E; }
p { color: rgb(179,160,14); }
H1.HeaderClassName
{
color: #B3A00E;
}
.AnyTagClassName
{
color: #B3A00E;
}
</style>
background-color css
<style>
a { background-color: #B3A00E; }
a { background-color: rgb(179,160,14); }
div.DivClassName
{
background-color: #B3A00E;
}
.BgClassName
{
background-color: #B3A00E;
}
</style>
border-color css
<style>
span { border-color: #B3A00E; }
span { border-color: rgb(179,160,14); }
td.TdClassName
{
border-color: #B3A00E;
}
.TagClassName
{
border-color: #B3A00E;
}
</style>