Shades of Dark Goldenrod #B37912
Tints of Dark Goldenrod #B37912
RGB
CMYK
RGB Variations
Color information
#B37912 (or 0xB37912) is known color: Dark Goldenrod. HEX triplet: B3, 79 and 12. RGB value is (179,121,18). Sum of RGB (Red+Green+Blue) = 179+121+18=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B37912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37912 is #4C86ED. Grayscale: #7F7F7F. Windows color (decimal): -5015278 or 1210803. OLE color: 1210803.
HSL color Cylindrical-coordinate representation of color #B37912: hue angle of 38.39º 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 #B37912 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 18 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.30 |
| HSL | 38.39º | 0.82% | 0.39% | - |
| HSV(B) | 38.39º | 0.9% | 0.7% | - |
| XYZ | 25.54 | 23.3 | 3.72 | - |
| YUV | 126.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 18 | 0 | 0.32 | 0.90 | 0.30 | 38.39 | 0.82 | 0.39 |
| Hex | B3 | 79 | 12 | 0 | 20 | 5A | 1E | 26 | 52 | 27 |
| Octal | 263 | 171 | 22 | 0 | 40 | 132 | 36 | 46 | 122 | 47 |
| Binary | 10110011 | 1111001 | 10010 | 0 | 100000 | 1011010 | 11110 | 100110 | 1010010 | 100111 |
Color Harmonies of #B37912
Complementary color
Monochromatic Colors of #B37912
Black with #B37912
Text Example
Text Example
White with #B37912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37912; }
p { color: rgb(179,121,18); }
H1.HeaderClassName
{
color: #B37912;
}
.AnyTagClassName
{
color: #B37912;
}
</style>
background-color css
<style>
a { background-color: #B37912; }
a { background-color: rgb(179,121,18); }
div.DivClassName
{
background-color: #B37912;
}
.BgClassName
{
background-color: #B37912;
}
</style>
border-color css
<style>
span { border-color: #B37912; }
span { border-color: rgb(179,121,18); }
td.TdClassName
{
border-color: #B37912;
}
.TagClassName
{
border-color: #B37912;
}
</style>