Shades of Dark Goldenrod #B17311
Tints of Dark Goldenrod #B17311
RGB
CMYK
RGB Variations
Color information
#B17311 (or 0xB17311) is known color: Dark Goldenrod. HEX triplet: B1, 73 and 11. RGB value is (177,115,17). Sum of RGB (Red+Green+Blue) = 177+115+17=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B17311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17311 is #4E8CEE. Grayscale: #7A7A7A. Windows color (decimal): -5147887 or 1143729. OLE color: 1143729.
HSL color Cylindrical-coordinate representation of color #B17311: hue angle of 36.75º 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 #B17311 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 17 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.31 |
| HSL | 36.75º | 0.82% | 0.38% | - |
| HSV(B) | 36.75º | 0.9% | 0.69% | - |
| XYZ | 24.36 | 21.65 | 3.42 | - |
| YUV | 122.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 17 | 0 | 0.35 | 0.90 | 0.31 | 36.75 | 0.82 | 0.38 |
| Hex | B1 | 73 | 11 | 0 | 23 | 5A | 1F | 25 | 52 | 26 |
| Octal | 261 | 163 | 21 | 0 | 43 | 132 | 37 | 45 | 122 | 46 |
| Binary | 10110001 | 1110011 | 10001 | 0 | 100011 | 1011010 | 11111 | 100101 | 1010010 | 100110 |
Color Harmonies of #B17311
Complementary color
Monochromatic Colors of #B17311
Black with #B17311
Text Example
Text Example
White with #B17311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17311; }
p { color: rgb(177,115,17); }
H1.HeaderClassName
{
color: #B17311;
}
.AnyTagClassName
{
color: #B17311;
}
</style>
background-color css
<style>
a { background-color: #B17311; }
a { background-color: rgb(177,115,17); }
div.DivClassName
{
background-color: #B17311;
}
.BgClassName
{
background-color: #B17311;
}
</style>
border-color css
<style>
span { border-color: #B17311; }
span { border-color: rgb(177,115,17); }
td.TdClassName
{
border-color: #B17311;
}
.TagClassName
{
border-color: #B17311;
}
</style>