Shades of Dark Goldenrod #B37710
Tints of Dark Goldenrod #B37710
RGB
CMYK
RGB Variations
Color information
#B37710 (or 0xB37710) is known color: Dark Goldenrod. HEX triplet: B3, 77 and 10. RGB value is (179,119,16). Sum of RGB (Red+Green+Blue) = 179+119+16=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B37710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37710 is #4C88EF. Grayscale: #7D7D7D. Windows color (decimal): -5015792 or 1079219. OLE color: 1079219.
HSL color Cylindrical-coordinate representation of color #B37710: hue angle of 37.91º 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 #B37710 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 16 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.30 |
| HSL | 37.91º | 0.84% | 0.38% | - |
| HSV(B) | 37.91º | 0.91% | 0.7% | - |
| XYZ | 25.28 | 22.81 | 3.56 | - |
| YUV | 125.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 16 | 0 | 0.34 | 0.91 | 0.30 | 37.91 | 0.84 | 0.38 |
| Hex | B3 | 77 | 10 | 0 | 22 | 5B | 1E | 26 | 54 | 26 |
| Octal | 263 | 167 | 20 | 0 | 42 | 133 | 36 | 46 | 124 | 46 |
| Binary | 10110011 | 1110111 | 10000 | 0 | 100010 | 1011011 | 11110 | 100110 | 1010100 | 100110 |
Color Harmonies of #B37710
Complementary color
Monochromatic Colors of #B37710
Black with #B37710
Text Example
Text Example
White with #B37710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37710; }
p { color: rgb(179,119,16); }
H1.HeaderClassName
{
color: #B37710;
}
.AnyTagClassName
{
color: #B37710;
}
</style>
background-color css
<style>
a { background-color: #B37710; }
a { background-color: rgb(179,119,16); }
div.DivClassName
{
background-color: #B37710;
}
.BgClassName
{
background-color: #B37710;
}
</style>
border-color css
<style>
span { border-color: #B37710; }
span { border-color: rgb(179,119,16); }
td.TdClassName
{
border-color: #B37710;
}
.TagClassName
{
border-color: #B37710;
}
</style>