Shades of Dark Goldenrod #B17701
Tints of Dark Goldenrod #B17701
RGB
CMYK
RGB Variations
Color information
#B17701 (or 0xB17701) is known color: Dark Goldenrod. HEX triplet: B1, 77 and 01. RGB value is (177,119,1). Sum of RGB (Red+Green+Blue) = 177+119+1=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B17701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17701 is #4E88FE. Grayscale: #7B7B7B. Windows color (decimal): -5146879 or 96177. OLE color: 96177.
HSL color Cylindrical-coordinate representation of color #B17701: hue angle of 40.23º 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 #B17701 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.31 |
| HSL | 40.23º | 0.99% | 0.35% | - |
| HSV(B) | 40.23º | 0.99% | 0.69% | - |
| XYZ | 24.73 | 22.54 | 3.08 | - |
| YUV | 122.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 1 | 0 | 0.33 | 0.99 | 0.31 | 40.23 | 0.99 | 0.35 |
| Hex | B1 | 77 | 1 | 0 | 21 | 63 | 1F | 28 | 63 | 23 |
| Octal | 261 | 167 | 1 | 0 | 41 | 143 | 37 | 50 | 143 | 43 |
| Binary | 10110001 | 1110111 | 1 | 0 | 100001 | 1100011 | 11111 | 101000 | 1100011 | 100011 |
Color Harmonies of #B17701
Complementary color
Monochromatic Colors of #B17701
Black with #B17701
Text Example
Text Example
White with #B17701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17701; }
p { color: rgb(177,119,1); }
H1.HeaderClassName
{
color: #B17701;
}
.AnyTagClassName
{
color: #B17701;
}
</style>
background-color css
<style>
a { background-color: #B17701; }
a { background-color: rgb(177,119,1); }
div.DivClassName
{
background-color: #B17701;
}
.BgClassName
{
background-color: #B17701;
}
</style>
border-color css
<style>
span { border-color: #B17701; }
span { border-color: rgb(177,119,1); }
td.TdClassName
{
border-color: #B17701;
}
.TagClassName
{
border-color: #B17701;
}
</style>