Shades of Lucky #B39F0E
Tints of Lucky #B39F0E
RGB
CMYK
RGB Variations
Color information
#B39F0E (or 0xB39F0E) is known color: Lucky. HEX triplet: B3, 9F and 0E. RGB value is (179,159,14). Sum of RGB (Red+Green+Blue) = 179+159+14=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39F0E is #4C60F1. Grayscale: #959595. Windows color (decimal): -5005554 or 958387. OLE color: 958387.
HSL color Cylindrical-coordinate representation of color #B39F0E: hue angle of 52.73º 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 #B39F0E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 14 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.30 |
| HSL | 52.73º | 0.85% | 0.38% | - |
| HSV(B) | 52.73º | 0.92% | 0.7% | - |
| XYZ | 31.07 | 34.41 | 5.42 | - |
| YUV | 148.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 14 | 0 | 0.11 | 0.92 | 0.30 | 52.73 | 0.85 | 0.38 |
| Hex | B3 | 9F | E | 0 | B | 5C | 1E | 35 | 55 | 26 |
| Octal | 263 | 237 | 16 | 0 | 13 | 134 | 36 | 65 | 125 | 46 |
| Binary | 10110011 | 10011111 | 1110 | 0 | 1011 | 1011100 | 11110 | 110101 | 1010101 | 100110 |
Color Harmonies of #B39F0E
Complementary color
Monochromatic Colors of #B39F0E
Black with #B39F0E
Text Example
Text Example
White with #B39F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F0E; }
p { color: rgb(179,159,14); }
H1.HeaderClassName
{
color: #B39F0E;
}
.AnyTagClassName
{
color: #B39F0E;
}
</style>
background-color css
<style>
a { background-color: #B39F0E; }
a { background-color: rgb(179,159,14); }
div.DivClassName
{
background-color: #B39F0E;
}
.BgClassName
{
background-color: #B39F0E;
}
</style>
border-color css
<style>
span { border-color: #B39F0E; }
span { border-color: rgb(179,159,14); }
td.TdClassName
{
border-color: #B39F0E;
}
.TagClassName
{
border-color: #B39F0E;
}
</style>