Shades of Lucky #B39D11
Tints of Lucky #B39D11
RGB
CMYK
RGB Variations
Color information
#B39D11 (or 0xB39D11) is known color: Lucky. HEX triplet: B3, 9D and 11. RGB value is (179,157,17). Sum of RGB (Red+Green+Blue) = 179+157+17=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39D11 is #4C62EE. Grayscale: #949494. Windows color (decimal): -5006063 or 1154483. OLE color: 1154483.
HSL color Cylindrical-coordinate representation of color #B39D11: hue angle of 51.85º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B39D11 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 17 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.30 |
| HSL | 51.85º | 0.83% | 0.38% | - |
| HSV(B) | 51.85º | 0.91% | 0.7% | - |
| XYZ | 30.75 | 33.74 | 5.42 | - |
| YUV | 147.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 17 | 0 | 0.12 | 0.91 | 0.30 | 51.85 | 0.83 | 0.38 |
| Hex | B3 | 9D | 11 | 0 | C | 5B | 1E | 34 | 53 | 26 |
| Octal | 263 | 235 | 21 | 0 | 14 | 133 | 36 | 64 | 123 | 46 |
| Binary | 10110011 | 10011101 | 10001 | 0 | 1100 | 1011011 | 11110 | 110100 | 1010011 | 100110 |
Color Harmonies of #B39D11
Complementary color
Monochromatic Colors of #B39D11
Black with #B39D11
Text Example
Text Example
White with #B39D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39D11; }
p { color: rgb(179,157,17); }
H1.HeaderClassName
{
color: #B39D11;
}
.AnyTagClassName
{
color: #B39D11;
}
</style>
background-color css
<style>
a { background-color: #B39D11; }
a { background-color: rgb(179,157,17); }
div.DivClassName
{
background-color: #B39D11;
}
.BgClassName
{
background-color: #B39D11;
}
</style>
border-color css
<style>
span { border-color: #B39D11; }
span { border-color: rgb(179,157,17); }
td.TdClassName
{
border-color: #B39D11;
}
.TagClassName
{
border-color: #B39D11;
}
</style>