Shades of Dark Goldenrod #B07511
Tints of Dark Goldenrod #B07511
RGB
CMYK
RGB Variations
Color information
#B07511 (or 0xB07511) is known color: Dark Goldenrod. HEX triplet: B0, 75 and 11. RGB value is (176,117,17). Sum of RGB (Red+Green+Blue) = 176+117+17=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B07511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07511 is #4F8AEE. Grayscale: #7B7B7B. Windows color (decimal): -5212911 or 1144240. OLE color: 1144240.
HSL color Cylindrical-coordinate representation of color #B07511: hue angle of 37.74º 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 #B07511 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 17 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.31 |
| HSL | 37.74º | 0.82% | 0.38% | - |
| HSV(B) | 37.74º | 0.9% | 0.69% | - |
| XYZ | 24.37 | 21.99 | 3.49 | - |
| YUV | 123.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 17 | 0 | 0.34 | 0.90 | 0.31 | 37.74 | 0.82 | 0.38 |
| Hex | B0 | 75 | 11 | 0 | 22 | 5A | 1F | 26 | 52 | 26 |
| Octal | 260 | 165 | 21 | 0 | 42 | 132 | 37 | 46 | 122 | 46 |
| Binary | 10110000 | 1110101 | 10001 | 0 | 100010 | 1011010 | 11111 | 100110 | 1010010 | 100110 |
Color Harmonies of #B07511
Complementary color
Monochromatic Colors of #B07511
Black with #B07511
Text Example
Text Example
White with #B07511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07511; }
p { color: rgb(176,117,17); }
H1.HeaderClassName
{
color: #B07511;
}
.AnyTagClassName
{
color: #B07511;
}
</style>
background-color css
<style>
a { background-color: #B07511; }
a { background-color: rgb(176,117,17); }
div.DivClassName
{
background-color: #B07511;
}
.BgClassName
{
background-color: #B07511;
}
</style>
border-color css
<style>
span { border-color: #B07511; }
span { border-color: rgb(176,117,17); }
td.TdClassName
{
border-color: #B07511;
}
.TagClassName
{
border-color: #B07511;
}
</style>