Shades of Dark Goldenrod #B37F17
Tints of Dark Goldenrod #B37F17
RGB
CMYK
RGB Variations
Color information
#B37F17 (or 0xB37F17) is known color: Dark Goldenrod. HEX triplet: B3, 7F and 17. RGB value is (179,127,23). Sum of RGB (Red+Green+Blue) = 179+127+23=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37F17 is #4C80E8. Grayscale: #838383. Windows color (decimal): -5013737 or 1540019. OLE color: 1540019.
HSL color Cylindrical-coordinate representation of color #B37F17: hue angle of 40º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B37F17 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 23 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.30 |
| HSL | 40º | 0.77% | 0.4% | - |
| HSV(B) | 40º | 0.87% | 0.7% | - |
| XYZ | 26.33 | 24.82 | 4.21 | - |
| YUV | 130.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 23 | 0 | 0.29 | 0.87 | 0.30 | 40 | 0.77 | 0.4 |
| Hex | B3 | 7F | 17 | 0 | 1D | 57 | 1E | 28 | 4D | 28 |
| Octal | 263 | 177 | 27 | 0 | 35 | 127 | 36 | 50 | 115 | 50 |
| Binary | 10110011 | 1111111 | 10111 | 0 | 11101 | 1010111 | 11110 | 101000 | 1001101 | 101000 |
Color Harmonies of #B37F17
Complementary color
Monochromatic Colors of #B37F17
Black with #B37F17
Text Example
Text Example
White with #B37F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F17; }
p { color: rgb(179,127,23); }
H1.HeaderClassName
{
color: #B37F17;
}
.AnyTagClassName
{
color: #B37F17;
}
</style>
background-color css
<style>
a { background-color: #B37F17; }
a { background-color: rgb(179,127,23); }
div.DivClassName
{
background-color: #B37F17;
}
.BgClassName
{
background-color: #B37F17;
}
</style>
border-color css
<style>
span { border-color: #B37F17; }
span { border-color: rgb(179,127,23); }
td.TdClassName
{
border-color: #B37F17;
}
.TagClassName
{
border-color: #B37F17;
}
</style>