Shades of Lucky #B3A305
Tints of Lucky #B3A305
RGB
CMYK
RGB Variations
Color information
#B3A305 (or 0xB3A305) is known color: Lucky. HEX triplet: B3, A3 and 05. RGB value is (179,163,5). Sum of RGB (Red+Green+Blue) = 179+163+5=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A305 is #4C5CFA. Grayscale: #969696. Windows color (decimal): -5004539 or 369587. OLE color: 369587.
HSL color Cylindrical-coordinate representation of color #B3A305: hue angle of 54.48º 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 #B3A305 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.30 |
| HSL | 54.48º | 0.95% | 0.36% | - |
| HSV(B) | 54.48º | 0.97% | 0.7% | - |
| XYZ | 31.71 | 35.79 | 5.38 | - |
| YUV | 149.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 5 | 0 | 0.09 | 0.97 | 0.30 | 54.48 | 0.95 | 0.36 |
| Hex | B3 | A3 | 5 | 0 | 9 | 61 | 1E | 36 | 5F | 24 |
| Octal | 263 | 243 | 5 | 0 | 11 | 141 | 36 | 66 | 137 | 44 |
| Binary | 10110011 | 10100011 | 101 | 0 | 1001 | 1100001 | 11110 | 110110 | 1011111 | 100100 |
Color Harmonies of #B3A305
Complementary color
Monochromatic Colors of #B3A305
Black with #B3A305
Text Example
Text Example
White with #B3A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A305; }
p { color: rgb(179,163,5); }
H1.HeaderClassName
{
color: #B3A305;
}
.AnyTagClassName
{
color: #B3A305;
}
</style>
background-color css
<style>
a { background-color: #B3A305; }
a { background-color: rgb(179,163,5); }
div.DivClassName
{
background-color: #B3A305;
}
.BgClassName
{
background-color: #B3A305;
}
</style>
border-color css
<style>
span { border-color: #B3A305; }
span { border-color: rgb(179,163,5); }
td.TdClassName
{
border-color: #B3A305;
}
.TagClassName
{
border-color: #B3A305;
}
</style>