Shades of Dark Goldenrod #B97008
Tints of Dark Goldenrod #B97008
RGB
CMYK
RGB Variations
Color information
#B97008 (or 0xB97008) is known color: Dark Goldenrod. HEX triplet: B9, 70 and 08. RGB value is (185,112,8). Sum of RGB (Red+Green+Blue) = 185+112+8=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B97008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97008 is #468FF7. Grayscale: #7A7A7A. Windows color (decimal): -4624376 or 553145. OLE color: 553145.
HSL color Cylindrical-coordinate representation of color #B97008: hue angle of 35.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B97008 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.27 |
| HSL | 35.25º | 0.92% | 0.38% | - |
| HSV(B) | 35.25º | 0.96% | 0.73% | - |
| XYZ | 25.85 | 21.92 | 3.1 | - |
| YUV | 121.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 8 | 0 | 0.39 | 0.96 | 0.27 | 35.25 | 0.92 | 0.38 |
| Hex | B9 | 70 | 8 | 0 | 27 | 60 | 1B | 23 | 5C | 26 |
| Octal | 271 | 160 | 10 | 0 | 47 | 140 | 33 | 43 | 134 | 46 |
| Binary | 10111001 | 1110000 | 1000 | 0 | 100111 | 1100000 | 11011 | 100011 | 1011100 | 100110 |
Color Harmonies of #B97008
Complementary color
Monochromatic Colors of #B97008
Black with #B97008
Text Example
Text Example
White with #B97008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97008; }
p { color: rgb(185,112,8); }
H1.HeaderClassName
{
color: #B97008;
}
.AnyTagClassName
{
color: #B97008;
}
</style>
background-color css
<style>
a { background-color: #B97008; }
a { background-color: rgb(185,112,8); }
div.DivClassName
{
background-color: #B97008;
}
.BgClassName
{
background-color: #B97008;
}
</style>
border-color css
<style>
span { border-color: #B97008; }
span { border-color: rgb(185,112,8); }
td.TdClassName
{
border-color: #B97008;
}
.TagClassName
{
border-color: #B97008;
}
</style>