Shades of Dark Goldenrod #B17805
Tints of Dark Goldenrod #B17805
RGB
CMYK
RGB Variations
Color information
#B17805 (or 0xB17805) is known color: Dark Goldenrod. HEX triplet: B1, 78 and 05. RGB value is (177,120,5). Sum of RGB (Red+Green+Blue) = 177+120+5=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B17805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17805 is #4E87FA. Grayscale: #7C7C7C. Windows color (decimal): -5146619 or 358577. OLE color: 358577.
HSL color Cylindrical-coordinate representation of color #B17805: hue angle of 40.12º 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 #B17805 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.31 |
| HSL | 40.12º | 0.95% | 0.36% | - |
| HSV(B) | 40.12º | 0.97% | 0.69% | - |
| XYZ | 24.88 | 22.79 | 3.23 | - |
| YUV | 123.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 5 | 0 | 0.32 | 0.97 | 0.31 | 40.12 | 0.95 | 0.36 |
| Hex | B1 | 78 | 5 | 0 | 20 | 61 | 1F | 28 | 5F | 24 |
| Octal | 261 | 170 | 5 | 0 | 40 | 141 | 37 | 50 | 137 | 44 |
| Binary | 10110001 | 1111000 | 101 | 0 | 100000 | 1100001 | 11111 | 101000 | 1011111 | 100100 |
Color Harmonies of #B17805
Complementary color
Monochromatic Colors of #B17805
Black with #B17805
Text Example
Text Example
White with #B17805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17805; }
p { color: rgb(177,120,5); }
H1.HeaderClassName
{
color: #B17805;
}
.AnyTagClassName
{
color: #B17805;
}
</style>
background-color css
<style>
a { background-color: #B17805; }
a { background-color: rgb(177,120,5); }
div.DivClassName
{
background-color: #B17805;
}
.BgClassName
{
background-color: #B17805;
}
</style>
border-color css
<style>
span { border-color: #B17805; }
span { border-color: rgb(177,120,5); }
td.TdClassName
{
border-color: #B17805;
}
.TagClassName
{
border-color: #B17805;
}
</style>