Shades of Dark Goldenrod #B0710B
Tints of Dark Goldenrod #B0710B
RGB
CMYK
RGB Variations
Color information
#B0710B (or 0xB0710B) is known color: Dark Goldenrod. HEX triplet: B0, 71 and 0B. RGB value is (176,113,11). Sum of RGB (Red+Green+Blue) = 176+113+11=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0710B is #4F8EF4. Grayscale: #787878. Windows color (decimal): -5213941 or 750000. OLE color: 750000.
HSL color Cylindrical-coordinate representation of color #B0710B: hue angle of 37.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0710B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.31 |
| HSL | 37.09º | 0.88% | 0.37% | - |
| HSV(B) | 37.09º | 0.94% | 0.69% | - |
| XYZ | 23.87 | 21.06 | 3.12 | - |
| YUV | 120.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 11 | 0 | 0.36 | 0.94 | 0.31 | 37.09 | 0.88 | 0.37 |
| Hex | B0 | 71 | B | 0 | 24 | 5E | 1F | 25 | 58 | 25 |
| Octal | 260 | 161 | 13 | 0 | 44 | 136 | 37 | 45 | 130 | 45 |
| Binary | 10110000 | 1110001 | 1011 | 0 | 100100 | 1011110 | 11111 | 100101 | 1011000 | 100101 |
Color Harmonies of #B0710B
Complementary color
Monochromatic Colors of #B0710B
Black with #B0710B
Text Example
Text Example
White with #B0710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0710B; }
p { color: rgb(176,113,11); }
H1.HeaderClassName
{
color: #B0710B;
}
.AnyTagClassName
{
color: #B0710B;
}
</style>
background-color css
<style>
a { background-color: #B0710B; }
a { background-color: rgb(176,113,11); }
div.DivClassName
{
background-color: #B0710B;
}
.BgClassName
{
background-color: #B0710B;
}
</style>
border-color css
<style>
span { border-color: #B0710B; }
span { border-color: rgb(176,113,11); }
td.TdClassName
{
border-color: #B0710B;
}
.TagClassName
{
border-color: #B0710B;
}
</style>