Shades of Dark Goldenrod #B37512
Tints of Dark Goldenrod #B37512
RGB
CMYK
RGB Variations
Color information
#B37512 (or 0xB37512) is known color: Dark Goldenrod. HEX triplet: B3, 75 and 12. RGB value is (179,117,18). Sum of RGB (Red+Green+Blue) = 179+117+18=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B37512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37512 is #4C8AED. Grayscale: #7C7C7C. Windows color (decimal): -5016302 or 1209779. OLE color: 1209779.
HSL color Cylindrical-coordinate representation of color #B37512: hue angle of 36.89º 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 #B37512 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 18 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.30 |
| HSL | 36.89º | 0.82% | 0.39% | - |
| HSV(B) | 36.89º | 0.9% | 0.7% | - |
| XYZ | 25.06 | 22.35 | 3.57 | - |
| YUV | 124.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 18 | 0 | 0.35 | 0.90 | 0.30 | 36.89 | 0.82 | 0.39 |
| Hex | B3 | 75 | 12 | 0 | 23 | 5A | 1E | 25 | 52 | 27 |
| Octal | 263 | 165 | 22 | 0 | 43 | 132 | 36 | 45 | 122 | 47 |
| Binary | 10110011 | 1110101 | 10010 | 0 | 100011 | 1011010 | 11110 | 100101 | 1010010 | 100111 |
Color Harmonies of #B37512
Complementary color
Monochromatic Colors of #B37512
Black with #B37512
Text Example
Text Example
White with #B37512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37512; }
p { color: rgb(179,117,18); }
H1.HeaderClassName
{
color: #B37512;
}
.AnyTagClassName
{
color: #B37512;
}
</style>
background-color css
<style>
a { background-color: #B37512; }
a { background-color: rgb(179,117,18); }
div.DivClassName
{
background-color: #B37512;
}
.BgClassName
{
background-color: #B37512;
}
</style>
border-color css
<style>
span { border-color: #B37512; }
span { border-color: rgb(179,117,18); }
td.TdClassName
{
border-color: #B37512;
}
.TagClassName
{
border-color: #B37512;
}
</style>