Shades of Dark Goldenrod #B57F17
Tints of Dark Goldenrod #B57F17
RGB
CMYK
RGB Variations
Color information
#B57F17 (or 0xB57F17) is known color: Dark Goldenrod. HEX triplet: B5, 7F and 17. RGB value is (181,127,23). Sum of RGB (Red+Green+Blue) = 181+127+23=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57F17 is #4A80E8. Grayscale: #838383. Windows color (decimal): -4882665 or 1540021. OLE color: 1540021.
HSL color Cylindrical-coordinate representation of color #B57F17: hue angle of 39.49º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B57F17 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 23 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.29 |
| HSL | 39.49º | 0.77% | 0.4% | - |
| HSV(B) | 39.49º | 0.87% | 0.71% | - |
| XYZ | 26.8 | 25.06 | 4.24 | - |
| YUV | 131.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 23 | 0 | 0.30 | 0.87 | 0.29 | 39.49 | 0.77 | 0.4 |
| Hex | B5 | 7F | 17 | 0 | 1E | 57 | 1D | 27 | 4D | 28 |
| Octal | 265 | 177 | 27 | 0 | 36 | 127 | 35 | 47 | 115 | 50 |
| Binary | 10110101 | 1111111 | 10111 | 0 | 11110 | 1010111 | 11101 | 100111 | 1001101 | 101000 |
Color Harmonies of #B57F17
Complementary color
Monochromatic Colors of #B57F17
Black with #B57F17
Text Example
Text Example
White with #B57F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F17; }
p { color: rgb(181,127,23); }
H1.HeaderClassName
{
color: #B57F17;
}
.AnyTagClassName
{
color: #B57F17;
}
</style>
background-color css
<style>
a { background-color: #B57F17; }
a { background-color: rgb(181,127,23); }
div.DivClassName
{
background-color: #B57F17;
}
.BgClassName
{
background-color: #B57F17;
}
</style>
border-color css
<style>
span { border-color: #B57F17; }
span { border-color: rgb(181,127,23); }
td.TdClassName
{
border-color: #B57F17;
}
.TagClassName
{
border-color: #B57F17;
}
</style>