Shades of Dark Goldenrod #BC7712
Tints of Dark Goldenrod #BC7712
RGB
CMYK
RGB Variations
Color information
#BC7712 (or 0xBC7712) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 12. RGB value is (188,119,18). Sum of RGB (Red+Green+Blue) = 188+119+18=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7712 is #4388ED. Grayscale: #808080. Windows color (decimal): -4425966 or 1210300. OLE color: 1210300.
HSL color Cylindrical-coordinate representation of color #BC7712: hue angle of 35.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7712 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 18 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.26 |
| HSL | 35.65º | 0.83% | 0.4% | - |
| HSV(B) | 35.65º | 0.9% | 0.74% | - |
| XYZ | 27.45 | 23.93 | 3.74 | - |
| YUV | 128.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 18 | 0 | 0.37 | 0.90 | 0.26 | 35.65 | 0.83 | 0.4 |
| Hex | BC | 77 | 12 | 0 | 25 | 5A | 1A | 24 | 53 | 28 |
| Octal | 274 | 167 | 22 | 0 | 45 | 132 | 32 | 44 | 123 | 50 |
| Binary | 10111100 | 1110111 | 10010 | 0 | 100101 | 1011010 | 11010 | 100100 | 1010011 | 101000 |
Color Harmonies of #BC7712
Complementary color
Monochromatic Colors of #BC7712
Black with #BC7712
Text Example
Text Example
White with #BC7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7712; }
p { color: rgb(188,119,18); }
H1.HeaderClassName
{
color: #BC7712;
}
.AnyTagClassName
{
color: #BC7712;
}
</style>
background-color css
<style>
a { background-color: #BC7712; }
a { background-color: rgb(188,119,18); }
div.DivClassName
{
background-color: #BC7712;
}
.BgClassName
{
background-color: #BC7712;
}
</style>
border-color css
<style>
span { border-color: #BC7712; }
span { border-color: rgb(188,119,18); }
td.TdClassName
{
border-color: #BC7712;
}
.TagClassName
{
border-color: #BC7712;
}
</style>