Shades of Dark Goldenrod #BC760C
Tints of Dark Goldenrod #BC760C
RGB
CMYK
RGB Variations
Color information
#BC760C (or 0xBC760C) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 0C. RGB value is (188,118,12). Sum of RGB (Red+Green+Blue) = 188+118+12=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC760C is #4389F3. Grayscale: #7F7F7F. Windows color (decimal): -4426228 or 816828. OLE color: 816828.
HSL color Cylindrical-coordinate representation of color #BC760C: hue angle of 36.14º 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 #BC760C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.26 |
| HSL | 36.14º | 0.88% | 0.39% | - |
| HSV(B) | 36.14º | 0.94% | 0.74% | - |
| XYZ | 27.28 | 23.67 | 3.48 | - |
| YUV | 126.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 12 | 0 | 0.37 | 0.94 | 0.26 | 36.14 | 0.88 | 0.39 |
| Hex | BC | 76 | C | 0 | 25 | 5E | 1A | 24 | 58 | 27 |
| Octal | 274 | 166 | 14 | 0 | 45 | 136 | 32 | 44 | 130 | 47 |
| Binary | 10111100 | 1110110 | 1100 | 0 | 100101 | 1011110 | 11010 | 100100 | 1011000 | 100111 |
Color Harmonies of #BC760C
Complementary color
Monochromatic Colors of #BC760C
Black with #BC760C
Text Example
Text Example
White with #BC760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC760C; }
p { color: rgb(188,118,12); }
H1.HeaderClassName
{
color: #BC760C;
}
.AnyTagClassName
{
color: #BC760C;
}
</style>
background-color css
<style>
a { background-color: #BC760C; }
a { background-color: rgb(188,118,12); }
div.DivClassName
{
background-color: #BC760C;
}
.BgClassName
{
background-color: #BC760C;
}
</style>
border-color css
<style>
span { border-color: #BC760C; }
span { border-color: rgb(188,118,12); }
td.TdClassName
{
border-color: #BC760C;
}
.TagClassName
{
border-color: #BC760C;
}
</style>