Shades of Dark Goldenrod #B97411
Tints of Dark Goldenrod #B97411
RGB
CMYK
RGB Variations
Color information
#B97411 (or 0xB97411) is known color: Dark Goldenrod. HEX triplet: B9, 74 and 11. RGB value is (185,116,17). Sum of RGB (Red+Green+Blue) = 185+116+17=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B97411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97411 is #468BEE. Grayscale: #7D7D7D. Windows color (decimal): -4623343 or 1143993. OLE color: 1143993.
HSL color Cylindrical-coordinate representation of color #B97411: hue angle of 35.36º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B97411 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 17 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.27 |
| HSL | 35.36º | 0.83% | 0.4% | - |
| HSV(B) | 35.36º | 0.91% | 0.73% | - |
| XYZ | 26.35 | 22.85 | 3.55 | - |
| YUV | 125.35 | 66.86 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 17 | 0 | 0.37 | 0.91 | 0.27 | 35.36 | 0.83 | 0.4 |
| Hex | B9 | 74 | 11 | 0 | 25 | 5B | 1B | 23 | 53 | 28 |
| Octal | 271 | 164 | 21 | 0 | 45 | 133 | 33 | 43 | 123 | 50 |
| Binary | 10111001 | 1110100 | 10001 | 0 | 100101 | 1011011 | 11011 | 100011 | 1010011 | 101000 |
Color Harmonies of #B97411
Complementary color
Monochromatic Colors of #B97411
Black with #B97411
Text Example
Text Example
White with #B97411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97411; }
p { color: rgb(185,116,17); }
H1.HeaderClassName
{
color: #B97411;
}
.AnyTagClassName
{
color: #B97411;
}
</style>
background-color css
<style>
a { background-color: #B97411; }
a { background-color: rgb(185,116,17); }
div.DivClassName
{
background-color: #B97411;
}
.BgClassName
{
background-color: #B97411;
}
</style>
border-color css
<style>
span { border-color: #B97411; }
span { border-color: rgb(185,116,17); }
td.TdClassName
{
border-color: #B97411;
}
.TagClassName
{
border-color: #B97411;
}
</style>