Shades of Lucky #B3A40F
Tints of Lucky #B3A40F
RGB
CMYK
RGB Variations
Color information
#B3A40F (or 0xB3A40F) is known color: Lucky. HEX triplet: B3, A4 and 0F. RGB value is (179,164,15). Sum of RGB (Red+Green+Blue) = 179+164+15=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A40F is #4C5BF0. Grayscale: #989898. Windows color (decimal): -5004273 or 1025203. OLE color: 1025203.
HSL color Cylindrical-coordinate representation of color #B3A40F: hue angle of 54.51º 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 #B3A40F is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 164 | 15 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.30 |
| HSL | 54.51º | 0.85% | 0.38% | - |
| HSV(B) | 54.51º | 0.92% | 0.7% | - |
| XYZ | 31.95 | 36.17 | 5.75 | - |
| YUV | 151.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 15 | 0 | 0.08 | 0.92 | 0.30 | 54.51 | 0.85 | 0.38 |
| Hex | B3 | A4 | F | 0 | 8 | 5C | 1E | 37 | 55 | 26 |
| Octal | 263 | 244 | 17 | 0 | 10 | 134 | 36 | 67 | 125 | 46 |
| Binary | 10110011 | 10100100 | 1111 | 0 | 1000 | 1011100 | 11110 | 110111 | 1010101 | 100110 |
Color Harmonies of #B3A40F
Complementary color
Monochromatic Colors of #B3A40F
Black with #B3A40F
Text Example
Text Example
White with #B3A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A40F; }
p { color: rgb(179,164,15); }
H1.HeaderClassName
{
color: #B3A40F;
}
.AnyTagClassName
{
color: #B3A40F;
}
</style>
background-color css
<style>
a { background-color: #B3A40F; }
a { background-color: rgb(179,164,15); }
div.DivClassName
{
background-color: #B3A40F;
}
.BgClassName
{
background-color: #B3A40F;
}
</style>
border-color css
<style>
span { border-color: #B3A40F; }
span { border-color: rgb(179,164,15); }
td.TdClassName
{
border-color: #B3A40F;
}
.TagClassName
{
border-color: #B3A40F;
}
</style>