Shades of Dark Goldenrod #B07711
Tints of Dark Goldenrod #B07711
RGB
CMYK
RGB Variations
Color information
#B07711 (or 0xB07711) is known color: Dark Goldenrod. HEX triplet: B0, 77 and 11. RGB value is (176,119,17). Sum of RGB (Red+Green+Blue) = 176+119+17=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B07711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07711 is #4F88EE. Grayscale: #7C7C7C. Windows color (decimal): -5212399 or 1144752. OLE color: 1144752.
HSL color Cylindrical-coordinate representation of color #B07711: hue angle of 38.49º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B07711 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 17 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.31 |
| HSL | 38.49º | 0.82% | 0.38% | - |
| HSV(B) | 38.49º | 0.9% | 0.69% | - |
| XYZ | 24.6 | 22.46 | 3.57 | - |
| YUV | 124.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 17 | 0 | 0.32 | 0.90 | 0.31 | 38.49 | 0.82 | 0.38 |
| Hex | B0 | 77 | 11 | 0 | 20 | 5A | 1F | 26 | 52 | 26 |
| Octal | 260 | 167 | 21 | 0 | 40 | 132 | 37 | 46 | 122 | 46 |
| Binary | 10110000 | 1110111 | 10001 | 0 | 100000 | 1011010 | 11111 | 100110 | 1010010 | 100110 |
Color Harmonies of #B07711
Complementary color
Monochromatic Colors of #B07711
Black with #B07711
Text Example
Text Example
White with #B07711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07711; }
p { color: rgb(176,119,17); }
H1.HeaderClassName
{
color: #B07711;
}
.AnyTagClassName
{
color: #B07711;
}
</style>
background-color css
<style>
a { background-color: #B07711; }
a { background-color: rgb(176,119,17); }
div.DivClassName
{
background-color: #B07711;
}
.BgClassName
{
background-color: #B07711;
}
</style>
border-color css
<style>
span { border-color: #B07711; }
span { border-color: rgb(176,119,17); }
td.TdClassName
{
border-color: #B07711;
}
.TagClassName
{
border-color: #B07711;
}
</style>