Shades of Lucky #B39F00
Tints of Lucky #B39F00
RGB
CMYK
RGB Variations
Color information
#B39F00 (or 0xB39F00) is known color: Lucky. HEX triplet: B3, 9F and 00. RGB value is (179,159,0). Sum of RGB (Red+Green+Blue) = 179+159+0=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39F00 is #4C60FF. Grayscale: #939393. Windows color (decimal): -5005568 or 40883. OLE color: 40883.
HSL color Cylindrical-coordinate representation of color #B39F00: hue angle of 53.3º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B39F00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.30 |
| HSL | 53.3º | 1% | 0.35% | - |
| HSV(B) | 53.3º | 1% | 0.7% | - |
| XYZ | 30.99 | 34.38 | 5 | - |
| YUV | 146.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 0 | 0 | 0.11 | 1 | 0.30 | 53.3 | 1 | 0.35 |
| Hex | B3 | 9F | 0 | 0 | B | 64 | 1E | 35 | 64 | 23 |
| Octal | 263 | 237 | 0 | 0 | 13 | 144 | 36 | 65 | 144 | 43 |
| Binary | 10110011 | 10011111 | 0 | 0 | 1011 | 1100100 | 11110 | 110101 | 1100100 | 100011 |
Color Harmonies of #B39F00
Complementary color
Monochromatic Colors of #B39F00
Black with #B39F00
Text Example
Text Example
White with #B39F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F00; }
p { color: rgb(179,159,0); }
H1.HeaderClassName
{
color: #B39F00;
}
.AnyTagClassName
{
color: #B39F00;
}
</style>
background-color css
<style>
a { background-color: #B39F00; }
a { background-color: rgb(179,159,0); }
div.DivClassName
{
background-color: #B39F00;
}
.BgClassName
{
background-color: #B39F00;
}
</style>
border-color css
<style>
span { border-color: #B39F00; }
span { border-color: rgb(179,159,0); }
td.TdClassName
{
border-color: #B39F00;
}
.TagClassName
{
border-color: #B39F00;
}
</style>