Shades of Lucky #B3A30F
Tints of Lucky #B3A30F
RGB
CMYK
RGB Variations
Color information
#B3A30F (or 0xB3A30F) is known color: Lucky. HEX triplet: B3, A3 and 0F. RGB value is (179,163,15). Sum of RGB (Red+Green+Blue) = 179+163+15=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A30F is #4C5CF0. Grayscale: #979797. Windows color (decimal): -5004529 or 1024947. OLE color: 1024947.
HSL color Cylindrical-coordinate representation of color #B3A30F: hue angle of 54.15º 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 #B3A30F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 15 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.30 |
| HSL | 54.15º | 0.85% | 0.38% | - |
| HSV(B) | 54.15º | 0.92% | 0.7% | - |
| XYZ | 31.77 | 35.81 | 5.69 | - |
| YUV | 150.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 15 | 0 | 0.09 | 0.92 | 0.30 | 54.15 | 0.85 | 0.38 |
| Hex | B3 | A3 | F | 0 | 9 | 5C | 1E | 36 | 55 | 26 |
| Octal | 263 | 243 | 17 | 0 | 11 | 134 | 36 | 66 | 125 | 46 |
| Binary | 10110011 | 10100011 | 1111 | 0 | 1001 | 1011100 | 11110 | 110110 | 1010101 | 100110 |
Color Harmonies of #B3A30F
Complementary color
Monochromatic Colors of #B3A30F
Black with #B3A30F
Text Example
Text Example
White with #B3A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A30F; }
p { color: rgb(179,163,15); }
H1.HeaderClassName
{
color: #B3A30F;
}
.AnyTagClassName
{
color: #B3A30F;
}
</style>
background-color css
<style>
a { background-color: #B3A30F; }
a { background-color: rgb(179,163,15); }
div.DivClassName
{
background-color: #B3A30F;
}
.BgClassName
{
background-color: #B3A30F;
}
</style>
border-color css
<style>
span { border-color: #B3A30F; }
span { border-color: rgb(179,163,15); }
td.TdClassName
{
border-color: #B3A30F;
}
.TagClassName
{
border-color: #B3A30F;
}
</style>