Shades of Dark Goldenrod #B17705
Tints of Dark Goldenrod #B17705
RGB
CMYK
RGB Variations
Color information
#B17705 (or 0xB17705) is known color: Dark Goldenrod. HEX triplet: B1, 77 and 05. RGB value is (177,119,5). Sum of RGB (Red+Green+Blue) = 177+119+5=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B17705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17705 is #4E88FA. Grayscale: #7B7B7B. Windows color (decimal): -5146875 or 358321. OLE color: 358321.
HSL color Cylindrical-coordinate representation of color #B17705: hue angle of 39.77º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B17705 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.31 |
| HSL | 39.77º | 0.95% | 0.36% | - |
| HSV(B) | 39.77º | 0.97% | 0.69% | - |
| XYZ | 24.76 | 22.55 | 3.19 | - |
| YUV | 123.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 5 | 0 | 0.33 | 0.97 | 0.31 | 39.77 | 0.95 | 0.36 |
| Hex | B1 | 77 | 5 | 0 | 21 | 61 | 1F | 28 | 5F | 24 |
| Octal | 261 | 167 | 5 | 0 | 41 | 141 | 37 | 50 | 137 | 44 |
| Binary | 10110001 | 1110111 | 101 | 0 | 100001 | 1100001 | 11111 | 101000 | 1011111 | 100100 |
Color Harmonies of #B17705
Complementary color
Monochromatic Colors of #B17705
Black with #B17705
Text Example
Text Example
White with #B17705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17705; }
p { color: rgb(177,119,5); }
H1.HeaderClassName
{
color: #B17705;
}
.AnyTagClassName
{
color: #B17705;
}
</style>
background-color css
<style>
a { background-color: #B17705; }
a { background-color: rgb(177,119,5); }
div.DivClassName
{
background-color: #B17705;
}
.BgClassName
{
background-color: #B17705;
}
</style>
border-color css
<style>
span { border-color: #B17705; }
span { border-color: rgb(177,119,5); }
td.TdClassName
{
border-color: #B17705;
}
.TagClassName
{
border-color: #B17705;
}
</style>