Shades of Dark Goldenrod #B17601
Tints of Dark Goldenrod #B17601
RGB
CMYK
RGB Variations
Color information
#B17601 (or 0xB17601) is known color: Dark Goldenrod. HEX triplet: B1, 76 and 01. RGB value is (177,118,1). Sum of RGB (Red+Green+Blue) = 177+118+1=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B17601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17601 is #4E89FE. Grayscale: #7A7A7A. Windows color (decimal): -5147135 or 95921. OLE color: 95921.
HSL color Cylindrical-coordinate representation of color #B17601: hue angle of 39.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B17601 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.31 |
| HSL | 39.89º | 0.99% | 0.35% | - |
| HSV(B) | 39.89º | 0.99% | 0.69% | - |
| XYZ | 24.62 | 22.31 | 3.04 | - |
| YUV | 122.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 1 | 0 | 0.33 | 0.99 | 0.31 | 39.89 | 0.99 | 0.35 |
| Hex | B1 | 76 | 1 | 0 | 21 | 63 | 1F | 28 | 63 | 23 |
| Octal | 261 | 166 | 1 | 0 | 41 | 143 | 37 | 50 | 143 | 43 |
| Binary | 10110001 | 1110110 | 1 | 0 | 100001 | 1100011 | 11111 | 101000 | 1100011 | 100011 |
Color Harmonies of #B17601
Complementary color
Monochromatic Colors of #B17601
Black with #B17601
Text Example
Text Example
White with #B17601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17601; }
p { color: rgb(177,118,1); }
H1.HeaderClassName
{
color: #B17601;
}
.AnyTagClassName
{
color: #B17601;
}
</style>
background-color css
<style>
a { background-color: #B17601; }
a { background-color: rgb(177,118,1); }
div.DivClassName
{
background-color: #B17601;
}
.BgClassName
{
background-color: #B17601;
}
</style>
border-color css
<style>
span { border-color: #B17601; }
span { border-color: rgb(177,118,1); }
td.TdClassName
{
border-color: #B17601;
}
.TagClassName
{
border-color: #B17601;
}
</style>