Shades of Lucky #B3A211
Tints of Lucky #B3A211
RGB
CMYK
RGB Variations
Color information
#B3A211 (or 0xB3A211) is known color: Lucky. HEX triplet: B3, A2 and 11. RGB value is (179,162,17). Sum of RGB (Red+Green+Blue) = 179+162+17=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A211 is #4C5DEE. Grayscale: #979797. Windows color (decimal): -5004783 or 1155763. OLE color: 1155763.
HSL color Cylindrical-coordinate representation of color #B3A211: hue angle of 53.7º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3A211 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 17 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.30 |
| HSL | 53.7º | 0.83% | 0.38% | - |
| HSV(B) | 53.7º | 0.91% | 0.7% | - |
| XYZ | 31.61 | 35.46 | 5.71 | - |
| YUV | 150.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 17 | 0 | 0.09 | 0.91 | 0.30 | 53.7 | 0.83 | 0.38 |
| Hex | B3 | A2 | 11 | 0 | 9 | 5B | 1E | 36 | 53 | 26 |
| Octal | 263 | 242 | 21 | 0 | 11 | 133 | 36 | 66 | 123 | 46 |
| Binary | 10110011 | 10100010 | 10001 | 0 | 1001 | 1011011 | 11110 | 110110 | 1010011 | 100110 |
Color Harmonies of #B3A211
Complementary color
Monochromatic Colors of #B3A211
Black with #B3A211
Text Example
Text Example
White with #B3A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A211; }
p { color: rgb(179,162,17); }
H1.HeaderClassName
{
color: #B3A211;
}
.AnyTagClassName
{
color: #B3A211;
}
</style>
background-color css
<style>
a { background-color: #B3A211; }
a { background-color: rgb(179,162,17); }
div.DivClassName
{
background-color: #B3A211;
}
.BgClassName
{
background-color: #B3A211;
}
</style>
border-color css
<style>
span { border-color: #B3A211; }
span { border-color: rgb(179,162,17); }
td.TdClassName
{
border-color: #B3A211;
}
.TagClassName
{
border-color: #B3A211;
}
</style>