Shades of Dark Goldenrod #BC780E
Tints of Dark Goldenrod #BC780E
RGB
CMYK
RGB Variations
Color information
#BC780E (or 0xBC780E) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 0E. RGB value is (188,120,14). Sum of RGB (Red+Green+Blue) = 188+120+14=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC780E is #4387F1. Grayscale: #808080. Windows color (decimal): -4425714 or 948412. OLE color: 948412.
HSL color Cylindrical-coordinate representation of color #BC780E: hue angle of 36.55º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC780E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 14 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.26 |
| HSL | 36.55º | 0.86% | 0.4% | - |
| HSV(B) | 36.55º | 0.93% | 0.74% | - |
| XYZ | 27.53 | 24.16 | 3.63 | - |
| YUV | 128.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 14 | 0 | 0.36 | 0.93 | 0.26 | 36.55 | 0.86 | 0.4 |
| Hex | BC | 78 | E | 0 | 24 | 5D | 1A | 25 | 56 | 28 |
| Octal | 274 | 170 | 16 | 0 | 44 | 135 | 32 | 45 | 126 | 50 |
| Binary | 10111100 | 1111000 | 1110 | 0 | 100100 | 1011101 | 11010 | 100101 | 1010110 | 101000 |
Color Harmonies of #BC780E
Complementary color
Monochromatic Colors of #BC780E
Black with #BC780E
Text Example
Text Example
White with #BC780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC780E; }
p { color: rgb(188,120,14); }
H1.HeaderClassName
{
color: #BC780E;
}
.AnyTagClassName
{
color: #BC780E;
}
</style>
background-color css
<style>
a { background-color: #BC780E; }
a { background-color: rgb(188,120,14); }
div.DivClassName
{
background-color: #BC780E;
}
.BgClassName
{
background-color: #BC780E;
}
</style>
border-color css
<style>
span { border-color: #BC780E; }
span { border-color: rgb(188,120,14); }
td.TdClassName
{
border-color: #BC780E;
}
.TagClassName
{
border-color: #BC780E;
}
</style>