Shades of Dark Goldenrod #B0710D
Tints of Dark Goldenrod #B0710D
RGB
CMYK
RGB Variations
Color information
#B0710D (or 0xB0710D) is known color: Dark Goldenrod. HEX triplet: B0, 71 and 0D. RGB value is (176,113,13). Sum of RGB (Red+Green+Blue) = 176+113+13=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0710D is #4F8EF2. Grayscale: #787878. Windows color (decimal): -5213939 or 881072. OLE color: 881072.
HSL color Cylindrical-coordinate representation of color #B0710D: hue angle of 36.81º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0710D is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 13 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.31 |
| HSL | 36.81º | 0.86% | 0.37% | - |
| HSV(B) | 36.81º | 0.93% | 0.69% | - |
| XYZ | 23.88 | 21.07 | 3.19 | - |
| YUV | 120.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 13 | 0 | 0.36 | 0.93 | 0.31 | 36.81 | 0.86 | 0.37 |
| Hex | B0 | 71 | D | 0 | 24 | 5D | 1F | 25 | 56 | 25 |
| Octal | 260 | 161 | 15 | 0 | 44 | 135 | 37 | 45 | 126 | 45 |
| Binary | 10110000 | 1110001 | 1101 | 0 | 100100 | 1011101 | 11111 | 100101 | 1010110 | 100101 |
Color Harmonies of #B0710D
Complementary color
Monochromatic Colors of #B0710D
Black with #B0710D
Text Example
Text Example
White with #B0710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0710D; }
p { color: rgb(176,113,13); }
H1.HeaderClassName
{
color: #B0710D;
}
.AnyTagClassName
{
color: #B0710D;
}
</style>
background-color css
<style>
a { background-color: #B0710D; }
a { background-color: rgb(176,113,13); }
div.DivClassName
{
background-color: #B0710D;
}
.BgClassName
{
background-color: #B0710D;
}
</style>
border-color css
<style>
span { border-color: #B0710D; }
span { border-color: rgb(176,113,13); }
td.TdClassName
{
border-color: #B0710D;
}
.TagClassName
{
border-color: #B0710D;
}
</style>