Shades of Dark Goldenrod #BC8713
Tints of Dark Goldenrod #BC8713
RGB
CMYK
RGB Variations
Color information
#BC8713 (or 0xBC8713) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 13. RGB value is (188,135,19). Sum of RGB (Red+Green+Blue) = 188+135+19=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8713 is #4378EC. Grayscale: #8A8A8A. Windows color (decimal): -4421869 or 1279932. OLE color: 1279932.
HSL color Cylindrical-coordinate representation of color #BC8713: hue angle of 41.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8713 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 19 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.26 |
| HSL | 41.18º | 0.82% | 0.41% | - |
| HSV(B) | 41.18º | 0.9% | 0.74% | - |
| XYZ | 29.52 | 28.07 | 4.48 | - |
| YUV | 137.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 19 | 0 | 0.28 | 0.90 | 0.26 | 41.18 | 0.82 | 0.41 |
| Hex | BC | 87 | 13 | 0 | 1C | 5A | 1A | 29 | 52 | 29 |
| Octal | 274 | 207 | 23 | 0 | 34 | 132 | 32 | 51 | 122 | 51 |
| Binary | 10111100 | 10000111 | 10011 | 0 | 11100 | 1011010 | 11010 | 101001 | 1010010 | 101001 |
Color Harmonies of #BC8713
Complementary color
Monochromatic Colors of #BC8713
Black with #BC8713
Text Example
Text Example
White with #BC8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8713; }
p { color: rgb(188,135,19); }
H1.HeaderClassName
{
color: #BC8713;
}
.AnyTagClassName
{
color: #BC8713;
}
</style>
background-color css
<style>
a { background-color: #BC8713; }
a { background-color: rgb(188,135,19); }
div.DivClassName
{
background-color: #BC8713;
}
.BgClassName
{
background-color: #BC8713;
}
</style>
border-color css
<style>
span { border-color: #BC8713; }
span { border-color: rgb(188,135,19); }
td.TdClassName
{
border-color: #BC8713;
}
.TagClassName
{
border-color: #BC8713;
}
</style>