Shades of Dark Goldenrod #B07311
Tints of Dark Goldenrod #B07311
RGB
CMYK
RGB Variations
Color information
#B07311 (or 0xB07311) is known color: Dark Goldenrod. HEX triplet: B0, 73 and 11. RGB value is (176,115,17). Sum of RGB (Red+Green+Blue) = 176+115+17=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B07311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07311 is #4F8CEE. Grayscale: #7A7A7A. Windows color (decimal): -5213423 or 1143728. OLE color: 1143728.
HSL color Cylindrical-coordinate representation of color #B07311: hue angle of 36.98º 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 #B07311 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 17 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.31 |
| HSL | 36.98º | 0.82% | 0.38% | - |
| HSV(B) | 36.98º | 0.9% | 0.69% | - |
| XYZ | 24.14 | 21.53 | 3.41 | - |
| YUV | 122.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 17 | 0 | 0.35 | 0.90 | 0.31 | 36.98 | 0.82 | 0.38 |
| Hex | B0 | 73 | 11 | 0 | 23 | 5A | 1F | 25 | 52 | 26 |
| Octal | 260 | 163 | 21 | 0 | 43 | 132 | 37 | 45 | 122 | 46 |
| Binary | 10110000 | 1110011 | 10001 | 0 | 100011 | 1011010 | 11111 | 100101 | 1010010 | 100110 |
Color Harmonies of #B07311
Complementary color
Monochromatic Colors of #B07311
Black with #B07311
Text Example
Text Example
White with #B07311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07311; }
p { color: rgb(176,115,17); }
H1.HeaderClassName
{
color: #B07311;
}
.AnyTagClassName
{
color: #B07311;
}
</style>
background-color css
<style>
a { background-color: #B07311; }
a { background-color: rgb(176,115,17); }
div.DivClassName
{
background-color: #B07311;
}
.BgClassName
{
background-color: #B07311;
}
</style>
border-color css
<style>
span { border-color: #B07311; }
span { border-color: rgb(176,115,17); }
td.TdClassName
{
border-color: #B07311;
}
.TagClassName
{
border-color: #B07311;
}
</style>