Shades of Dark Goldenrod #BC820C
Tints of Dark Goldenrod #BC820C
RGB
CMYK
RGB Variations
Color information
#BC820C (or 0xBC820C) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 0C. RGB value is (188,130,12). Sum of RGB (Red+Green+Blue) = 188+130+12=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC820C is #437DF3. Grayscale: #868686. Windows color (decimal): -4423156 or 819900. OLE color: 819900.
HSL color Cylindrical-coordinate representation of color #BC820C: hue angle of 40.23º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC820C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.26 |
| HSL | 40.23º | 0.88% | 0.39% | - |
| HSV(B) | 40.23º | 0.94% | 0.74% | - |
| XYZ | 28.79 | 26.68 | 3.98 | - |
| YUV | 133.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 12 | 0 | 0.31 | 0.94 | 0.26 | 40.23 | 0.88 | 0.39 |
| Hex | BC | 82 | C | 0 | 1F | 5E | 1A | 28 | 58 | 27 |
| Octal | 274 | 202 | 14 | 0 | 37 | 136 | 32 | 50 | 130 | 47 |
| Binary | 10111100 | 10000010 | 1100 | 0 | 11111 | 1011110 | 11010 | 101000 | 1011000 | 100111 |
Color Harmonies of #BC820C
Complementary color
Monochromatic Colors of #BC820C
Black with #BC820C
Text Example
Text Example
White with #BC820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC820C; }
p { color: rgb(188,130,12); }
H1.HeaderClassName
{
color: #BC820C;
}
.AnyTagClassName
{
color: #BC820C;
}
</style>
background-color css
<style>
a { background-color: #BC820C; }
a { background-color: rgb(188,130,12); }
div.DivClassName
{
background-color: #BC820C;
}
.BgClassName
{
background-color: #BC820C;
}
</style>
border-color css
<style>
span { border-color: #BC820C; }
span { border-color: rgb(188,130,12); }
td.TdClassName
{
border-color: #BC820C;
}
.TagClassName
{
border-color: #BC820C;
}
</style>