Shades of Dark Goldenrod #B37301
Tints of Dark Goldenrod #B37301
RGB
CMYK
RGB Variations
Color information
#B37301 (or 0xB37301) is known color: Dark Goldenrod. HEX triplet: B3, 73 and 01. RGB value is (179,115,1). Sum of RGB (Red+Green+Blue) = 179+115+1=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B37301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37301 is #4C8CFE. Grayscale: #797979. Windows color (decimal): -5016831 or 95155. OLE color: 95155.
HSL color Cylindrical-coordinate representation of color #B37301: hue angle of 38.43º 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 #B37301 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.30 |
| HSL | 38.43º | 0.99% | 0.35% | - |
| HSV(B) | 38.43º | 0.99% | 0.7% | - |
| XYZ | 24.73 | 21.85 | 2.94 | - |
| YUV | 121.14 | 60.2 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 1 | 0 | 0.36 | 0.99 | 0.30 | 38.43 | 0.99 | 0.35 |
| Hex | B3 | 73 | 1 | 0 | 24 | 63 | 1E | 26 | 63 | 23 |
| Octal | 263 | 163 | 1 | 0 | 44 | 143 | 36 | 46 | 143 | 43 |
| Binary | 10110011 | 1110011 | 1 | 0 | 100100 | 1100011 | 11110 | 100110 | 1100011 | 100011 |
Color Harmonies of #B37301
Complementary color
Monochromatic Colors of #B37301
Black with #B37301
Text Example
Text Example
White with #B37301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37301; }
p { color: rgb(179,115,1); }
H1.HeaderClassName
{
color: #B37301;
}
.AnyTagClassName
{
color: #B37301;
}
</style>
background-color css
<style>
a { background-color: #B37301; }
a { background-color: rgb(179,115,1); }
div.DivClassName
{
background-color: #B37301;
}
.BgClassName
{
background-color: #B37301;
}
</style>
border-color css
<style>
span { border-color: #B37301; }
span { border-color: rgb(179,115,1); }
td.TdClassName
{
border-color: #B37301;
}
.TagClassName
{
border-color: #B37301;
}
</style>