Shades of Dark Goldenrod #B07811
Tints of Dark Goldenrod #B07811
RGB
CMYK
RGB Variations
Color information
#B07811 (or 0xB07811) is known color: Dark Goldenrod. HEX triplet: B0, 78 and 11. RGB value is (176,120,17). Sum of RGB (Red+Green+Blue) = 176+120+17=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B07811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07811 is #4F87EE. Grayscale: #7D7D7D. Windows color (decimal): -5212143 or 1145008. OLE color: 1145008.
HSL color Cylindrical-coordinate representation of color #B07811: hue angle of 38.87º 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 #B07811 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 17 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.31 |
| HSL | 38.87º | 0.82% | 0.38% | - |
| HSV(B) | 38.87º | 0.9% | 0.69% | - |
| XYZ | 24.72 | 22.7 | 3.61 | - |
| YUV | 125 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 17 | 0 | 0.32 | 0.90 | 0.31 | 38.87 | 0.82 | 0.38 |
| Hex | B0 | 78 | 11 | 0 | 20 | 5A | 1F | 27 | 52 | 26 |
| Octal | 260 | 170 | 21 | 0 | 40 | 132 | 37 | 47 | 122 | 46 |
| Binary | 10110000 | 1111000 | 10001 | 0 | 100000 | 1011010 | 11111 | 100111 | 1010010 | 100110 |
Color Harmonies of #B07811
Complementary color
Monochromatic Colors of #B07811
Black with #B07811
Text Example
Text Example
White with #B07811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07811; }
p { color: rgb(176,120,17); }
H1.HeaderClassName
{
color: #B07811;
}
.AnyTagClassName
{
color: #B07811;
}
</style>
background-color css
<style>
a { background-color: #B07811; }
a { background-color: rgb(176,120,17); }
div.DivClassName
{
background-color: #B07811;
}
.BgClassName
{
background-color: #B07811;
}
</style>
border-color css
<style>
span { border-color: #B07811; }
span { border-color: rgb(176,120,17); }
td.TdClassName
{
border-color: #B07811;
}
.TagClassName
{
border-color: #B07811;
}
</style>