Shades of Dark Goldenrod #B17607
Tints of Dark Goldenrod #B17607
RGB
CMYK
RGB Variations
Color information
#B17607 (or 0xB17607) is known color: Dark Goldenrod. HEX triplet: B1, 76 and 07. RGB value is (177,118,7). Sum of RGB (Red+Green+Blue) = 177+118+7=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B17607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17607 is #4E89F8. Grayscale: #7B7B7B. Windows color (decimal): -5147129 or 489137. OLE color: 489137.
HSL color Cylindrical-coordinate representation of color #B17607: hue angle of 39.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B17607 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 7 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.31 |
| HSL | 39.18º | 0.92% | 0.36% | - |
| HSV(B) | 39.18º | 0.96% | 0.69% | - |
| XYZ | 24.65 | 22.32 | 3.21 | - |
| YUV | 122.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 7 | 0 | 0.33 | 0.96 | 0.31 | 39.18 | 0.92 | 0.36 |
| Hex | B1 | 76 | 7 | 0 | 21 | 60 | 1F | 27 | 5C | 24 |
| Octal | 261 | 166 | 7 | 0 | 41 | 140 | 37 | 47 | 134 | 44 |
| Binary | 10110001 | 1110110 | 111 | 0 | 100001 | 1100000 | 11111 | 100111 | 1011100 | 100100 |
Color Harmonies of #B17607
Complementary color
Monochromatic Colors of #B17607
Black with #B17607
Text Example
Text Example
White with #B17607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17607; }
p { color: rgb(177,118,7); }
H1.HeaderClassName
{
color: #B17607;
}
.AnyTagClassName
{
color: #B17607;
}
</style>
background-color css
<style>
a { background-color: #B17607; }
a { background-color: rgb(177,118,7); }
div.DivClassName
{
background-color: #B17607;
}
.BgClassName
{
background-color: #B17607;
}
</style>
border-color css
<style>
span { border-color: #B17607; }
span { border-color: rgb(177,118,7); }
td.TdClassName
{
border-color: #B17607;
}
.TagClassName
{
border-color: #B17607;
}
</style>