Shades of Dark Goldenrod #BC760D
Tints of Dark Goldenrod #BC760D
RGB
CMYK
RGB Variations
Color information
#BC760D (or 0xBC760D) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 0D. RGB value is (188,118,13). Sum of RGB (Red+Green+Blue) = 188+118+13=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC760D is #4389F2. Grayscale: #7F7F7F. Windows color (decimal): -4426227 or 882364. OLE color: 882364.
HSL color Cylindrical-coordinate representation of color #BC760D: hue angle of 36º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC760D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 13 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.26 |
| HSL | 36º | 0.87% | 0.39% | - |
| HSV(B) | 36º | 0.93% | 0.74% | - |
| XYZ | 27.29 | 23.68 | 3.51 | - |
| YUV | 126.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 13 | 0 | 0.37 | 0.93 | 0.26 | 36 | 0.87 | 0.39 |
| Hex | BC | 76 | D | 0 | 25 | 5D | 1A | 24 | 57 | 27 |
| Octal | 274 | 166 | 15 | 0 | 45 | 135 | 32 | 44 | 127 | 47 |
| Binary | 10111100 | 1110110 | 1101 | 0 | 100101 | 1011101 | 11010 | 100100 | 1010111 | 100111 |
Color Harmonies of #BC760D
Complementary color
Monochromatic Colors of #BC760D
Black with #BC760D
Text Example
Text Example
White with #BC760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC760D; }
p { color: rgb(188,118,13); }
H1.HeaderClassName
{
color: #BC760D;
}
.AnyTagClassName
{
color: #BC760D;
}
</style>
background-color css
<style>
a { background-color: #BC760D; }
a { background-color: rgb(188,118,13); }
div.DivClassName
{
background-color: #BC760D;
}
.BgClassName
{
background-color: #BC760D;
}
</style>
border-color css
<style>
span { border-color: #BC760D; }
span { border-color: rgb(188,118,13); }
td.TdClassName
{
border-color: #BC760D;
}
.TagClassName
{
border-color: #BC760D;
}
</style>