Shades of Dark Goldenrod #B97101
Tints of Dark Goldenrod #B97101
RGB
CMYK
RGB Variations
Color information
#B97101 (or 0xB97101) is known color: Dark Goldenrod. HEX triplet: B9, 71 and 01. RGB value is (185,113,1). Sum of RGB (Red+Green+Blue) = 185+113+1=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B97101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97101 is #468EFE. Grayscale: #7A7A7A. Windows color (decimal): -4624127 or 94649. OLE color: 94649.
HSL color Cylindrical-coordinate representation of color #B97101: hue angle of 36.52º 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 #B97101 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.27 |
| HSL | 36.52º | 0.99% | 0.36% | - |
| HSV(B) | 36.52º | 0.99% | 0.73% | - |
| XYZ | 25.92 | 22.13 | 2.93 | - |
| YUV | 121.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 1 | 0 | 0.39 | 0.99 | 0.27 | 36.52 | 0.99 | 0.36 |
| Hex | B9 | 71 | 1 | 0 | 27 | 63 | 1B | 25 | 63 | 24 |
| Octal | 271 | 161 | 1 | 0 | 47 | 143 | 33 | 45 | 143 | 44 |
| Binary | 10111001 | 1110001 | 1 | 0 | 100111 | 1100011 | 11011 | 100101 | 1100011 | 100100 |
Color Harmonies of #B97101
Complementary color
Monochromatic Colors of #B97101
Black with #B97101
Text Example
Text Example
White with #B97101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97101; }
p { color: rgb(185,113,1); }
H1.HeaderClassName
{
color: #B97101;
}
.AnyTagClassName
{
color: #B97101;
}
</style>
background-color css
<style>
a { background-color: #B97101; }
a { background-color: rgb(185,113,1); }
div.DivClassName
{
background-color: #B97101;
}
.BgClassName
{
background-color: #B97101;
}
</style>
border-color css
<style>
span { border-color: #B97101; }
span { border-color: rgb(185,113,1); }
td.TdClassName
{
border-color: #B97101;
}
.TagClassName
{
border-color: #B97101;
}
</style>