Shades of Lucky #B3A407
Tints of Lucky #B3A407
RGB
CMYK
RGB Variations
Color information
#B3A407 (or 0xB3A407) is known color: Lucky. HEX triplet: B3, A4 and 07. RGB value is (179,164,7). Sum of RGB (Red+Green+Blue) = 179+164+7=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A407 is #4C5BF8. Grayscale: #979797. Windows color (decimal): -5004281 or 500915. OLE color: 500915.
HSL color Cylindrical-coordinate representation of color #B3A407: hue angle of 54.77º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3A407 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 164 | 7 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.30 |
| HSL | 54.77º | 0.92% | 0.36% | - |
| HSV(B) | 54.77º | 0.96% | 0.7% | - |
| XYZ | 31.9 | 36.15 | 5.5 | - |
| YUV | 150.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 7 | 0 | 0.08 | 0.96 | 0.30 | 54.77 | 0.92 | 0.36 |
| Hex | B3 | A4 | 7 | 0 | 8 | 60 | 1E | 37 | 5C | 24 |
| Octal | 263 | 244 | 7 | 0 | 10 | 140 | 36 | 67 | 134 | 44 |
| Binary | 10110011 | 10100100 | 111 | 0 | 1000 | 1100000 | 11110 | 110111 | 1011100 | 100100 |
Color Harmonies of #B3A407
Complementary color
Monochromatic Colors of #B3A407
Black with #B3A407
Text Example
Text Example
White with #B3A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A407; }
p { color: rgb(179,164,7); }
H1.HeaderClassName
{
color: #B3A407;
}
.AnyTagClassName
{
color: #B3A407;
}
</style>
background-color css
<style>
a { background-color: #B3A407; }
a { background-color: rgb(179,164,7); }
div.DivClassName
{
background-color: #B3A407;
}
.BgClassName
{
background-color: #B3A407;
}
</style>
border-color css
<style>
span { border-color: #B3A407; }
span { border-color: rgb(179,164,7); }
td.TdClassName
{
border-color: #B3A407;
}
.TagClassName
{
border-color: #B3A407;
}
</style>