Shades of Dark Goldenrod #BC700D
Tints of Dark Goldenrod #BC700D
RGB
CMYK
RGB Variations
Color information
#BC700D (or 0xBC700D) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 0D. RGB value is (188,112,13). Sum of RGB (Red+Green+Blue) = 188+112+13=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC700D is #438FF2. Grayscale: #7B7B7B. Windows color (decimal): -4427763 or 880828. OLE color: 880828.
HSL color Cylindrical-coordinate representation of color #BC700D: hue angle of 33.94º 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 #BC700D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.26 |
| HSL | 33.94º | 0.87% | 0.39% | - |
| HSV(B) | 33.94º | 0.93% | 0.74% | - |
| XYZ | 26.61 | 22.31 | 3.28 | - |
| YUV | 123.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 13 | 0 | 0.40 | 0.93 | 0.26 | 33.94 | 0.87 | 0.39 |
| Hex | BC | 70 | D | 0 | 28 | 5D | 1A | 22 | 57 | 27 |
| Octal | 274 | 160 | 15 | 0 | 50 | 135 | 32 | 42 | 127 | 47 |
| Binary | 10111100 | 1110000 | 1101 | 0 | 101000 | 1011101 | 11010 | 100010 | 1010111 | 100111 |
Color Harmonies of #BC700D
Complementary color
Monochromatic Colors of #BC700D
Black with #BC700D
Text Example
Text Example
White with #BC700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC700D; }
p { color: rgb(188,112,13); }
H1.HeaderClassName
{
color: #BC700D;
}
.AnyTagClassName
{
color: #BC700D;
}
</style>
background-color css
<style>
a { background-color: #BC700D; }
a { background-color: rgb(188,112,13); }
div.DivClassName
{
background-color: #BC700D;
}
.BgClassName
{
background-color: #BC700D;
}
</style>
border-color css
<style>
span { border-color: #BC700D; }
span { border-color: rgb(188,112,13); }
td.TdClassName
{
border-color: #BC700D;
}
.TagClassName
{
border-color: #BC700D;
}
</style>