Shades of Dark Goldenrod #B37915
Tints of Dark Goldenrod #B37915
RGB
CMYK
RGB Variations
Color information
#B37915 (or 0xB37915) is known color: Dark Goldenrod. HEX triplet: B3, 79 and 15. RGB value is (179,121,21). Sum of RGB (Red+Green+Blue) = 179+121+21=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B37915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37915 is #4C86EA. Grayscale: #7F7F7F. Windows color (decimal): -5015275 or 1407411. OLE color: 1407411.
HSL color Cylindrical-coordinate representation of color #B37915: hue angle of 37.97º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B37915 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 21 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.30 |
| HSL | 37.97º | 0.79% | 0.39% | - |
| HSV(B) | 37.97º | 0.88% | 0.7% | - |
| XYZ | 25.56 | 23.31 | 3.86 | - |
| YUV | 126.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 21 | 0 | 0.32 | 0.88 | 0.30 | 37.97 | 0.79 | 0.39 |
| Hex | B3 | 79 | 15 | 0 | 20 | 58 | 1E | 26 | 4F | 27 |
| Octal | 263 | 171 | 25 | 0 | 40 | 130 | 36 | 46 | 117 | 47 |
| Binary | 10110011 | 1111001 | 10101 | 0 | 100000 | 1011000 | 11110 | 100110 | 1001111 | 100111 |
Color Harmonies of #B37915
Complementary color
Monochromatic Colors of #B37915
Black with #B37915
Text Example
Text Example
White with #B37915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37915; }
p { color: rgb(179,121,21); }
H1.HeaderClassName
{
color: #B37915;
}
.AnyTagClassName
{
color: #B37915;
}
</style>
background-color css
<style>
a { background-color: #B37915; }
a { background-color: rgb(179,121,21); }
div.DivClassName
{
background-color: #B37915;
}
.BgClassName
{
background-color: #B37915;
}
</style>
border-color css
<style>
span { border-color: #B37915; }
span { border-color: rgb(179,121,21); }
td.TdClassName
{
border-color: #B37915;
}
.TagClassName
{
border-color: #B37915;
}
</style>