Shades of Dark Goldenrod #BC790D
Tints of Dark Goldenrod #BC790D
RGB
CMYK
RGB Variations
Color information
#BC790D (or 0xBC790D) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 0D. RGB value is (188,121,13). Sum of RGB (Red+Green+Blue) = 188+121+13=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC790D is #4386F2. Grayscale: #818181. Windows color (decimal): -4425459 or 883132. OLE color: 883132.
HSL color Cylindrical-coordinate representation of color #BC790D: hue angle of 37.03º 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 #BC790D is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 13 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.26 |
| HSL | 37.03º | 0.87% | 0.39% | - |
| HSV(B) | 37.03º | 0.93% | 0.74% | - |
| XYZ | 27.65 | 24.4 | 3.63 | - |
| YUV | 128.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 13 | 0 | 0.36 | 0.93 | 0.26 | 37.03 | 0.87 | 0.39 |
| Hex | BC | 79 | D | 0 | 24 | 5D | 1A | 25 | 57 | 27 |
| Octal | 274 | 171 | 15 | 0 | 44 | 135 | 32 | 45 | 127 | 47 |
| Binary | 10111100 | 1111001 | 1101 | 0 | 100100 | 1011101 | 11010 | 100101 | 1010111 | 100111 |
Color Harmonies of #BC790D
Complementary color
Monochromatic Colors of #BC790D
Black with #BC790D
Text Example
Text Example
White with #BC790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC790D; }
p { color: rgb(188,121,13); }
H1.HeaderClassName
{
color: #BC790D;
}
.AnyTagClassName
{
color: #BC790D;
}
</style>
background-color css
<style>
a { background-color: #BC790D; }
a { background-color: rgb(188,121,13); }
div.DivClassName
{
background-color: #BC790D;
}
.BgClassName
{
background-color: #BC790D;
}
</style>
border-color css
<style>
span { border-color: #BC790D; }
span { border-color: rgb(188,121,13); }
td.TdClassName
{
border-color: #BC790D;
}
.TagClassName
{
border-color: #BC790D;
}
</style>