Shades of Dark Goldenrod #BC7D10
Tints of Dark Goldenrod #BC7D10
RGB
CMYK
RGB Variations
Color information
#BC7D10 (or 0xBC7D10) is known color: Dark Goldenrod. HEX triplet: BC, 7D and 10. RGB value is (188,125,16). Sum of RGB (Red+Green+Blue) = 188+125+16=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7D10 is #4382EF. Grayscale: #838383. Windows color (decimal): -4424432 or 1080764. OLE color: 1080764.
HSL color Cylindrical-coordinate representation of color #BC7D10: hue angle of 38.02º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC7D10 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 16 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.26 |
| HSL | 38.02º | 0.84% | 0.4% | - |
| HSV(B) | 38.02º | 0.91% | 0.74% | - |
| XYZ | 28.17 | 25.4 | 3.91 | - |
| YUV | 131.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 16 | 0 | 0.34 | 0.91 | 0.26 | 38.02 | 0.84 | 0.4 |
| Hex | BC | 7D | 10 | 0 | 22 | 5B | 1A | 26 | 54 | 28 |
| Octal | 274 | 175 | 20 | 0 | 42 | 133 | 32 | 46 | 124 | 50 |
| Binary | 10111100 | 1111101 | 10000 | 0 | 100010 | 1011011 | 11010 | 100110 | 1010100 | 101000 |
Color Harmonies of #BC7D10
Complementary color
Monochromatic Colors of #BC7D10
Black with #BC7D10
Text Example
Text Example
White with #BC7D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D10; }
p { color: rgb(188,125,16); }
H1.HeaderClassName
{
color: #BC7D10;
}
.AnyTagClassName
{
color: #BC7D10;
}
</style>
background-color css
<style>
a { background-color: #BC7D10; }
a { background-color: rgb(188,125,16); }
div.DivClassName
{
background-color: #BC7D10;
}
.BgClassName
{
background-color: #BC7D10;
}
</style>
border-color css
<style>
span { border-color: #BC7D10; }
span { border-color: rgb(188,125,16); }
td.TdClassName
{
border-color: #BC7D10;
}
.TagClassName
{
border-color: #BC7D10;
}
</style>