Shades of Dark Goldenrod #B39A00
Tints of Dark Goldenrod #B39A00
RGB
CMYK
RGB Variations
Color information
#B39A00 (or 0xB39A00) is known color: Dark Goldenrod. HEX triplet: B3, 9A and 00. RGB value is (179,154,0). Sum of RGB (Red+Green+Blue) = 179+154+0=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39A00 is #4C65FF. Grayscale: #909090. Windows color (decimal): -5006848 or 39603. OLE color: 39603.
HSL color Cylindrical-coordinate representation of color #B39A00: hue angle of 51.62º 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 #B39A00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.30 |
| HSL | 51.62º | 1% | 0.35% | - |
| HSV(B) | 51.62º | 1% | 0.7% | - |
| XYZ | 30.15 | 32.69 | 4.72 | - |
| YUV | 143.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 0 | 0 | 0.14 | 1 | 0.30 | 51.62 | 1 | 0.35 |
| Hex | B3 | 9A | 0 | 0 | E | 64 | 1E | 34 | 64 | 23 |
| Octal | 263 | 232 | 0 | 0 | 16 | 144 | 36 | 64 | 144 | 43 |
| Binary | 10110011 | 10011010 | 0 | 0 | 1110 | 1100100 | 11110 | 110100 | 1100100 | 100011 |
Color Harmonies of #B39A00
Complementary color
Monochromatic Colors of #B39A00
Black with #B39A00
Text Example
Text Example
White with #B39A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A00; }
p { color: rgb(179,154,0); }
H1.HeaderClassName
{
color: #B39A00;
}
.AnyTagClassName
{
color: #B39A00;
}
</style>
background-color css
<style>
a { background-color: #B39A00; }
a { background-color: rgb(179,154,0); }
div.DivClassName
{
background-color: #B39A00;
}
.BgClassName
{
background-color: #B39A00;
}
</style>
border-color css
<style>
span { border-color: #B39A00; }
span { border-color: rgb(179,154,0); }
td.TdClassName
{
border-color: #B39A00;
}
.TagClassName
{
border-color: #B39A00;
}
</style>