Shades of Dark Goldenrod #B17616
Tints of Dark Goldenrod #B17616
RGB
CMYK
RGB Variations
Color information
#B17616 (or 0xB17616) is known color: Dark Goldenrod. HEX triplet: B1, 76 and 16. RGB value is (177,118,22). Sum of RGB (Red+Green+Blue) = 177+118+22=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B17616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17616 is #4E89E9. Grayscale: #7D7D7D. Windows color (decimal): -5147114 or 1472177. OLE color: 1472177.
HSL color Cylindrical-coordinate representation of color #B17616: hue angle of 37.16º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B17616 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 22 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.31 |
| HSL | 37.16º | 0.78% | 0.39% | - |
| HSV(B) | 37.16º | 0.88% | 0.69% | - |
| XYZ | 24.75 | 22.36 | 3.77 | - |
| YUV | 124.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 22 | 0 | 0.33 | 0.88 | 0.31 | 37.16 | 0.78 | 0.39 |
| Hex | B1 | 76 | 16 | 0 | 21 | 58 | 1F | 25 | 4E | 27 |
| Octal | 261 | 166 | 26 | 0 | 41 | 130 | 37 | 45 | 116 | 47 |
| Binary | 10110001 | 1110110 | 10110 | 0 | 100001 | 1011000 | 11111 | 100101 | 1001110 | 100111 |
Color Harmonies of #B17616
Complementary color
Monochromatic Colors of #B17616
Black with #B17616
Text Example
Text Example
White with #B17616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17616; }
p { color: rgb(177,118,22); }
H1.HeaderClassName
{
color: #B17616;
}
.AnyTagClassName
{
color: #B17616;
}
</style>
background-color css
<style>
a { background-color: #B17616; }
a { background-color: rgb(177,118,22); }
div.DivClassName
{
background-color: #B17616;
}
.BgClassName
{
background-color: #B17616;
}
</style>
border-color css
<style>
span { border-color: #B17616; }
span { border-color: rgb(177,118,22); }
td.TdClassName
{
border-color: #B17616;
}
.TagClassName
{
border-color: #B17616;
}
</style>