Shades of Dark Goldenrod #BC7513
Tints of Dark Goldenrod #BC7513
RGB
CMYK
RGB Variations
Color information
#BC7513 (or 0xBC7513) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 13. RGB value is (188,117,19). Sum of RGB (Red+Green+Blue) = 188+117+19=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7513 is #438AEC. Grayscale: #7F7F7F. Windows color (decimal): -4426477 or 1275324. OLE color: 1275324.
HSL color Cylindrical-coordinate representation of color #BC7513: hue angle of 34.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7513 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 19 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.26 |
| HSL | 34.79º | 0.82% | 0.41% | - |
| HSV(B) | 34.79º | 0.9% | 0.74% | - |
| XYZ | 27.22 | 23.46 | 3.71 | - |
| YUV | 127.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 19 | 0 | 0.38 | 0.90 | 0.26 | 34.79 | 0.82 | 0.41 |
| Hex | BC | 75 | 13 | 0 | 26 | 5A | 1A | 23 | 52 | 29 |
| Octal | 274 | 165 | 23 | 0 | 46 | 132 | 32 | 43 | 122 | 51 |
| Binary | 10111100 | 1110101 | 10011 | 0 | 100110 | 1011010 | 11010 | 100011 | 1010010 | 101001 |
Color Harmonies of #BC7513
Complementary color
Monochromatic Colors of #BC7513
Black with #BC7513
Text Example
Text Example
White with #BC7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7513; }
p { color: rgb(188,117,19); }
H1.HeaderClassName
{
color: #BC7513;
}
.AnyTagClassName
{
color: #BC7513;
}
</style>
background-color css
<style>
a { background-color: #BC7513; }
a { background-color: rgb(188,117,19); }
div.DivClassName
{
background-color: #BC7513;
}
.BgClassName
{
background-color: #BC7513;
}
</style>
border-color css
<style>
span { border-color: #BC7513; }
span { border-color: rgb(188,117,19); }
td.TdClassName
{
border-color: #BC7513;
}
.TagClassName
{
border-color: #BC7513;
}
</style>