Shades of Dark Goldenrod #B8710D
Tints of Dark Goldenrod #B8710D
RGB
CMYK
RGB Variations
Color information
#B8710D (or 0xB8710D) is known color: Dark Goldenrod. HEX triplet: B8, 71 and 0D. RGB value is (184,113,13). Sum of RGB (Red+Green+Blue) = 184+113+13=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8710D is #478EF2. Grayscale: #7B7B7B. Windows color (decimal): -4689651 or 881080. OLE color: 881080.
HSL color Cylindrical-coordinate representation of color #B8710D: hue angle of 35.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8710D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 13 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.28 |
| HSL | 35.09º | 0.87% | 0.39% | - |
| HSV(B) | 35.09º | 0.93% | 0.72% | - |
| XYZ | 25.74 | 22.03 | 3.28 | - |
| YUV | 122.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 13 | 0 | 0.39 | 0.93 | 0.28 | 35.09 | 0.87 | 0.39 |
| Hex | B8 | 71 | D | 0 | 27 | 5D | 1C | 23 | 57 | 27 |
| Octal | 270 | 161 | 15 | 0 | 47 | 135 | 34 | 43 | 127 | 47 |
| Binary | 10111000 | 1110001 | 1101 | 0 | 100111 | 1011101 | 11100 | 100011 | 1010111 | 100111 |
Color Harmonies of #B8710D
Complementary color
Monochromatic Colors of #B8710D
Black with #B8710D
Text Example
Text Example
White with #B8710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8710D; }
p { color: rgb(184,113,13); }
H1.HeaderClassName
{
color: #B8710D;
}
.AnyTagClassName
{
color: #B8710D;
}
</style>
background-color css
<style>
a { background-color: #B8710D; }
a { background-color: rgb(184,113,13); }
div.DivClassName
{
background-color: #B8710D;
}
.BgClassName
{
background-color: #B8710D;
}
</style>
border-color css
<style>
span { border-color: #B8710D; }
span { border-color: rgb(184,113,13); }
td.TdClassName
{
border-color: #B8710D;
}
.TagClassName
{
border-color: #B8710D;
}
</style>