Shades of Dark Goldenrod #B37210
Tints of Dark Goldenrod #B37210
RGB
CMYK
RGB Variations
Color information
#B37210 (or 0xB37210) is known color: Dark Goldenrod. HEX triplet: B3, 72 and 10. RGB value is (179,114,16). Sum of RGB (Red+Green+Blue) = 179+114+16=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B37210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37210 is #4C8DEF. Grayscale: #7A7A7A. Windows color (decimal): -5017072 or 1077939. OLE color: 1077939.
HSL color Cylindrical-coordinate representation of color #B37210: hue angle of 36.07º 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 #B37210 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 16 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.30 |
| HSL | 36.07º | 0.84% | 0.38% | - |
| HSV(B) | 36.07º | 0.91% | 0.7% | - |
| XYZ | 24.7 | 21.66 | 3.37 | - |
| YUV | 122.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 16 | 0 | 0.36 | 0.91 | 0.30 | 36.07 | 0.84 | 0.38 |
| Hex | B3 | 72 | 10 | 0 | 24 | 5B | 1E | 24 | 54 | 26 |
| Octal | 263 | 162 | 20 | 0 | 44 | 133 | 36 | 44 | 124 | 46 |
| Binary | 10110011 | 1110010 | 10000 | 0 | 100100 | 1011011 | 11110 | 100100 | 1010100 | 100110 |
Color Harmonies of #B37210
Complementary color
Monochromatic Colors of #B37210
Black with #B37210
Text Example
Text Example
White with #B37210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37210; }
p { color: rgb(179,114,16); }
H1.HeaderClassName
{
color: #B37210;
}
.AnyTagClassName
{
color: #B37210;
}
</style>
background-color css
<style>
a { background-color: #B37210; }
a { background-color: rgb(179,114,16); }
div.DivClassName
{
background-color: #B37210;
}
.BgClassName
{
background-color: #B37210;
}
</style>
border-color css
<style>
span { border-color: #B37210; }
span { border-color: rgb(179,114,16); }
td.TdClassName
{
border-color: #B37210;
}
.TagClassName
{
border-color: #B37210;
}
</style>