Shades of Dark Goldenrod #B37A0D
Tints of Dark Goldenrod #B37A0D
RGB
CMYK
RGB Variations
Color information
#B37A0D (or 0xB37A0D) is known color: Dark Goldenrod. HEX triplet: B3, 7A and 0D. RGB value is (179,122,13). Sum of RGB (Red+Green+Blue) = 179+122+13=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37A0D is #4C85F2. Grayscale: #7F7F7F. Windows color (decimal): -5015027 or 883379. OLE color: 883379.
HSL color Cylindrical-coordinate representation of color #B37A0D: hue angle of 39.4º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B37A0D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.30 |
| HSL | 39.4º | 0.86% | 0.38% | - |
| HSV(B) | 39.4º | 0.93% | 0.7% | - |
| XYZ | 25.62 | 23.53 | 3.57 | - |
| YUV | 126.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 13 | 0 | 0.32 | 0.93 | 0.30 | 39.4 | 0.86 | 0.38 |
| Hex | B3 | 7A | D | 0 | 20 | 5D | 1E | 27 | 56 | 26 |
| Octal | 263 | 172 | 15 | 0 | 40 | 135 | 36 | 47 | 126 | 46 |
| Binary | 10110011 | 1111010 | 1101 | 0 | 100000 | 1011101 | 11110 | 100111 | 1010110 | 100110 |
Color Harmonies of #B37A0D
Complementary color
Monochromatic Colors of #B37A0D
Black with #B37A0D
Text Example
Text Example
White with #B37A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A0D; }
p { color: rgb(179,122,13); }
H1.HeaderClassName
{
color: #B37A0D;
}
.AnyTagClassName
{
color: #B37A0D;
}
</style>
background-color css
<style>
a { background-color: #B37A0D; }
a { background-color: rgb(179,122,13); }
div.DivClassName
{
background-color: #B37A0D;
}
.BgClassName
{
background-color: #B37A0D;
}
</style>
border-color css
<style>
span { border-color: #B37A0D; }
span { border-color: rgb(179,122,13); }
td.TdClassName
{
border-color: #B37A0D;
}
.TagClassName
{
border-color: #B37A0D;
}
</style>