Shades of Dark Goldenrod #B97301
Tints of Dark Goldenrod #B97301
RGB
CMYK
RGB Variations
Color information
#B97301 (or 0xB97301) is known color: Dark Goldenrod. HEX triplet: B9, 73 and 01. RGB value is (185,115,1). Sum of RGB (Red+Green+Blue) = 185+115+1=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B97301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97301 is #468CFE. Grayscale: #7B7B7B. Windows color (decimal): -4623615 or 95161. OLE color: 95161.
HSL color Cylindrical-coordinate representation of color #B97301: hue angle of 37.17º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B97301 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.27 |
| HSL | 37.17º | 0.99% | 0.36% | - |
| HSV(B) | 37.17º | 0.99% | 0.73% | - |
| XYZ | 26.14 | 22.58 | 3.01 | - |
| YUV | 122.93 | 59.19 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 1 | 0 | 0.38 | 0.99 | 0.27 | 37.17 | 0.99 | 0.36 |
| Hex | B9 | 73 | 1 | 0 | 26 | 63 | 1B | 25 | 63 | 24 |
| Octal | 271 | 163 | 1 | 0 | 46 | 143 | 33 | 45 | 143 | 44 |
| Binary | 10111001 | 1110011 | 1 | 0 | 100110 | 1100011 | 11011 | 100101 | 1100011 | 100100 |
Color Harmonies of #B97301
Complementary color
Monochromatic Colors of #B97301
Black with #B97301
Text Example
Text Example
White with #B97301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97301; }
p { color: rgb(185,115,1); }
H1.HeaderClassName
{
color: #B97301;
}
.AnyTagClassName
{
color: #B97301;
}
</style>
background-color css
<style>
a { background-color: #B97301; }
a { background-color: rgb(185,115,1); }
div.DivClassName
{
background-color: #B97301;
}
.BgClassName
{
background-color: #B97301;
}
</style>
border-color css
<style>
span { border-color: #B97301; }
span { border-color: rgb(185,115,1); }
td.TdClassName
{
border-color: #B97301;
}
.TagClassName
{
border-color: #B97301;
}
</style>