Shades of Dark Goldenrod #B57C10
Tints of Dark Goldenrod #B57C10
RGB
CMYK
RGB Variations
Color information
#B57C10 (or 0xB57C10) is known color: Dark Goldenrod. HEX triplet: B5, 7C and 10. RGB value is (181,124,16). Sum of RGB (Red+Green+Blue) = 181+124+16=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57C10 is #4A83EF. Grayscale: #818181. Windows color (decimal): -4883440 or 1080501. OLE color: 1080501.
HSL color Cylindrical-coordinate representation of color #B57C10: hue angle of 39.27º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B57C10 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 16 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.29 |
| HSL | 39.27º | 0.84% | 0.39% | - |
| HSV(B) | 39.27º | 0.91% | 0.71% | - |
| XYZ | 26.36 | 24.28 | 3.79 | - |
| YUV | 128.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 16 | 0 | 0.31 | 0.91 | 0.29 | 39.27 | 0.84 | 0.39 |
| Hex | B5 | 7C | 10 | 0 | 1F | 5B | 1D | 27 | 54 | 27 |
| Octal | 265 | 174 | 20 | 0 | 37 | 133 | 35 | 47 | 124 | 47 |
| Binary | 10110101 | 1111100 | 10000 | 0 | 11111 | 1011011 | 11101 | 100111 | 1010100 | 100111 |
Color Harmonies of #B57C10
Complementary color
Monochromatic Colors of #B57C10
Black with #B57C10
Text Example
Text Example
White with #B57C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C10; }
p { color: rgb(181,124,16); }
H1.HeaderClassName
{
color: #B57C10;
}
.AnyTagClassName
{
color: #B57C10;
}
</style>
background-color css
<style>
a { background-color: #B57C10; }
a { background-color: rgb(181,124,16); }
div.DivClassName
{
background-color: #B57C10;
}
.BgClassName
{
background-color: #B57C10;
}
</style>
border-color css
<style>
span { border-color: #B57C10; }
span { border-color: rgb(181,124,16); }
td.TdClassName
{
border-color: #B57C10;
}
.TagClassName
{
border-color: #B57C10;
}
</style>