Shades of Dark Goldenrod #B39210
Tints of Dark Goldenrod #B39210
RGB
CMYK
RGB Variations
Color information
#B39210 (or 0xB39210) is known color: Dark Goldenrod. HEX triplet: B3, 92 and 10. RGB value is (179,146,16). Sum of RGB (Red+Green+Blue) = 179+146+16=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B39210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39210 is #4C6DEF. Grayscale: #8D8D8D. Windows color (decimal): -5008880 or 1086131. OLE color: 1086131.
HSL color Cylindrical-coordinate representation of color #B39210: hue angle of 47.85º degrees, saturation: 0.84, 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 #B39210 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 16 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.30 |
| HSL | 47.85º | 0.84% | 0.38% | - |
| HSV(B) | 47.85º | 0.91% | 0.7% | - |
| XYZ | 28.96 | 30.18 | 4.79 | - |
| YUV | 141.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 16 | 0 | 0.18 | 0.91 | 0.30 | 47.85 | 0.84 | 0.38 |
| Hex | B3 | 92 | 10 | 0 | 12 | 5B | 1E | 30 | 54 | 26 |
| Octal | 263 | 222 | 20 | 0 | 22 | 133 | 36 | 60 | 124 | 46 |
| Binary | 10110011 | 10010010 | 10000 | 0 | 10010 | 1011011 | 11110 | 110000 | 1010100 | 100110 |
Color Harmonies of #B39210
Complementary color
Monochromatic Colors of #B39210
Black with #B39210
Text Example
Text Example
White with #B39210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39210; }
p { color: rgb(179,146,16); }
H1.HeaderClassName
{
color: #B39210;
}
.AnyTagClassName
{
color: #B39210;
}
</style>
background-color css
<style>
a { background-color: #B39210; }
a { background-color: rgb(179,146,16); }
div.DivClassName
{
background-color: #B39210;
}
.BgClassName
{
background-color: #B39210;
}
</style>
border-color css
<style>
span { border-color: #B39210; }
span { border-color: rgb(179,146,16); }
td.TdClassName
{
border-color: #B39210;
}
.TagClassName
{
border-color: #B39210;
}
</style>