Shades of Lucky #B3A205
Tints of Lucky #B3A205
RGB
CMYK
RGB Variations
Color information
#B3A205 (or 0xB3A205) is known color: Lucky. HEX triplet: B3, A2 and 05. RGB value is (179,162,5). Sum of RGB (Red+Green+Blue) = 179+162+5=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A205 is #4C5DFA. Grayscale: #959595. Windows color (decimal): -5004795 or 369331. OLE color: 369331.
HSL color Cylindrical-coordinate representation of color #B3A205: hue angle of 54.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3A205 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.30 |
| HSL | 54.14º | 0.95% | 0.36% | - |
| HSV(B) | 54.14º | 0.97% | 0.7% | - |
| XYZ | 31.54 | 35.44 | 5.32 | - |
| YUV | 149.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 5 | 0 | 0.09 | 0.97 | 0.30 | 54.14 | 0.95 | 0.36 |
| Hex | B3 | A2 | 5 | 0 | 9 | 61 | 1E | 36 | 5F | 24 |
| Octal | 263 | 242 | 5 | 0 | 11 | 141 | 36 | 66 | 137 | 44 |
| Binary | 10110011 | 10100010 | 101 | 0 | 1001 | 1100001 | 11110 | 110110 | 1011111 | 100100 |
Color Harmonies of #B3A205
Complementary color
Monochromatic Colors of #B3A205
Black with #B3A205
Text Example
Text Example
White with #B3A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A205; }
p { color: rgb(179,162,5); }
H1.HeaderClassName
{
color: #B3A205;
}
.AnyTagClassName
{
color: #B3A205;
}
</style>
background-color css
<style>
a { background-color: #B3A205; }
a { background-color: rgb(179,162,5); }
div.DivClassName
{
background-color: #B3A205;
}
.BgClassName
{
background-color: #B3A205;
}
</style>
border-color css
<style>
span { border-color: #B3A205; }
span { border-color: rgb(179,162,5); }
td.TdClassName
{
border-color: #B3A205;
}
.TagClassName
{
border-color: #B3A205;
}
</style>