Shades of Dark Goldenrod #B37001
Tints of Dark Goldenrod #B37001
RGB
CMYK
RGB Variations
Color information
#B37001 (or 0xB37001) is known color: Dark Goldenrod. HEX triplet: B3, 70 and 01. RGB value is (179,112,1). Sum of RGB (Red+Green+Blue) = 179+112+1=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B37001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37001 is #4C8FFE. Grayscale: #777777. Windows color (decimal): -5017599 or 94387. OLE color: 94387.
HSL color Cylindrical-coordinate representation of color #B37001: hue angle of 37.42º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B37001 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.30 |
| HSL | 37.42º | 0.99% | 0.35% | - |
| HSV(B) | 37.42º | 0.99% | 0.7% | - |
| XYZ | 24.39 | 21.17 | 2.83 | - |
| YUV | 119.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 1 | 0 | 0.37 | 0.99 | 0.30 | 37.42 | 0.99 | 0.35 |
| Hex | B3 | 70 | 1 | 0 | 25 | 63 | 1E | 25 | 63 | 23 |
| Octal | 263 | 160 | 1 | 0 | 45 | 143 | 36 | 45 | 143 | 43 |
| Binary | 10110011 | 1110000 | 1 | 0 | 100101 | 1100011 | 11110 | 100101 | 1100011 | 100011 |
Color Harmonies of #B37001
Complementary color
Monochromatic Colors of #B37001
Black with #B37001
Text Example
Text Example
White with #B37001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37001; }
p { color: rgb(179,112,1); }
H1.HeaderClassName
{
color: #B37001;
}
.AnyTagClassName
{
color: #B37001;
}
</style>
background-color css
<style>
a { background-color: #B37001; }
a { background-color: rgb(179,112,1); }
div.DivClassName
{
background-color: #B37001;
}
.BgClassName
{
background-color: #B37001;
}
</style>
border-color css
<style>
span { border-color: #B37001; }
span { border-color: rgb(179,112,1); }
td.TdClassName
{
border-color: #B37001;
}
.TagClassName
{
border-color: #B37001;
}
</style>