Shades of Dark Goldenrod #B37612
Tints of Dark Goldenrod #B37612
RGB
CMYK
RGB Variations
Color information
#B37612 (or 0xB37612) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 12. RGB value is (179,118,18). Sum of RGB (Red+Green+Blue) = 179+118+18=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B37612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37612 is #4C89ED. Grayscale: #7D7D7D. Windows color (decimal): -5016046 or 1210035. OLE color: 1210035.
HSL color Cylindrical-coordinate representation of color #B37612: hue angle of 37.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B37612 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.30 |
| HSL | 37.27º | 0.82% | 0.39% | - |
| HSV(B) | 37.27º | 0.9% | 0.7% | - |
| XYZ | 25.18 | 22.58 | 3.6 | - |
| YUV | 124.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 18 | 0 | 0.34 | 0.90 | 0.30 | 37.27 | 0.82 | 0.39 |
| Hex | B3 | 76 | 12 | 0 | 22 | 5A | 1E | 25 | 52 | 27 |
| Octal | 263 | 166 | 22 | 0 | 42 | 132 | 36 | 45 | 122 | 47 |
| Binary | 10110011 | 1110110 | 10010 | 0 | 100010 | 1011010 | 11110 | 100101 | 1010010 | 100111 |
Color Harmonies of #B37612
Complementary color
Monochromatic Colors of #B37612
Black with #B37612
Text Example
Text Example
White with #B37612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37612; }
p { color: rgb(179,118,18); }
H1.HeaderClassName
{
color: #B37612;
}
.AnyTagClassName
{
color: #B37612;
}
</style>
background-color css
<style>
a { background-color: #B37612; }
a { background-color: rgb(179,118,18); }
div.DivClassName
{
background-color: #B37612;
}
.BgClassName
{
background-color: #B37612;
}
</style>
border-color css
<style>
span { border-color: #B37612; }
span { border-color: rgb(179,118,18); }
td.TdClassName
{
border-color: #B37612;
}
.TagClassName
{
border-color: #B37612;
}
</style>