Shades of Dark Goldenrod #B07710
Tints of Dark Goldenrod #B07710
RGB
CMYK
RGB Variations
Color information
#B07710 (or 0xB07710) is known color: Dark Goldenrod. HEX triplet: B0, 77 and 10. RGB value is (176,119,16). Sum of RGB (Red+Green+Blue) = 176+119+16=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B07710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07710 is #4F88EF. Grayscale: #7C7C7C. Windows color (decimal): -5212400 or 1079216. OLE color: 1079216.
HSL color Cylindrical-coordinate representation of color #B07710: hue angle of 38.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B07710 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 16 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.31 |
| HSL | 38.63º | 0.83% | 0.38% | - |
| HSV(B) | 38.63º | 0.91% | 0.69% | - |
| XYZ | 24.59 | 22.46 | 3.53 | - |
| YUV | 124.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 16 | 0 | 0.32 | 0.91 | 0.31 | 38.63 | 0.83 | 0.38 |
| Hex | B0 | 77 | 10 | 0 | 20 | 5B | 1F | 27 | 53 | 26 |
| Octal | 260 | 167 | 20 | 0 | 40 | 133 | 37 | 47 | 123 | 46 |
| Binary | 10110000 | 1110111 | 10000 | 0 | 100000 | 1011011 | 11111 | 100111 | 1010011 | 100110 |
Color Harmonies of #B07710
Complementary color
Monochromatic Colors of #B07710
Black with #B07710
Text Example
Text Example
White with #B07710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07710; }
p { color: rgb(176,119,16); }
H1.HeaderClassName
{
color: #B07710;
}
.AnyTagClassName
{
color: #B07710;
}
</style>
background-color css
<style>
a { background-color: #B07710; }
a { background-color: rgb(176,119,16); }
div.DivClassName
{
background-color: #B07710;
}
.BgClassName
{
background-color: #B07710;
}
</style>
border-color css
<style>
span { border-color: #B07710; }
span { border-color: rgb(176,119,16); }
td.TdClassName
{
border-color: #B07710;
}
.TagClassName
{
border-color: #B07710;
}
</style>