Shades of Dark Goldenrod #B17F13
Tints of Dark Goldenrod #B17F13
RGB
CMYK
RGB Variations
Color information
#B17F13 (or 0xB17F13) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 13. RGB value is (177,127,19). Sum of RGB (Red+Green+Blue) = 177+127+19=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17F13 is #4E80EC. Grayscale: #828282. Windows color (decimal): -5144813 or 1277873. OLE color: 1277873.
HSL color Cylindrical-coordinate representation of color #B17F13: hue angle of 41.01º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B17F13 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 19 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.31 |
| HSL | 41.01º | 0.81% | 0.38% | - |
| HSV(B) | 41.01º | 0.89% | 0.69% | - |
| XYZ | 25.84 | 24.57 | 4 | - |
| YUV | 129.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 19 | 0 | 0.28 | 0.89 | 0.31 | 41.01 | 0.81 | 0.38 |
| Hex | B1 | 7F | 13 | 0 | 1C | 59 | 1F | 29 | 51 | 26 |
| Octal | 261 | 177 | 23 | 0 | 34 | 131 | 37 | 51 | 121 | 46 |
| Binary | 10110001 | 1111111 | 10011 | 0 | 11100 | 1011001 | 11111 | 101001 | 1010001 | 100110 |
Color Harmonies of #B17F13
Complementary color
Monochromatic Colors of #B17F13
Black with #B17F13
Text Example
Text Example
White with #B17F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F13; }
p { color: rgb(177,127,19); }
H1.HeaderClassName
{
color: #B17F13;
}
.AnyTagClassName
{
color: #B17F13;
}
</style>
background-color css
<style>
a { background-color: #B17F13; }
a { background-color: rgb(177,127,19); }
div.DivClassName
{
background-color: #B17F13;
}
.BgClassName
{
background-color: #B17F13;
}
</style>
border-color css
<style>
span { border-color: #B17F13; }
span { border-color: rgb(177,127,19); }
td.TdClassName
{
border-color: #B17F13;
}
.TagClassName
{
border-color: #B17F13;
}
</style>