Shades of Dark Goldenrod #BC7610
Tints of Dark Goldenrod #BC7610
RGB
CMYK
RGB Variations
Color information
#BC7610 (or 0xBC7610) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 10. RGB value is (188,118,16). Sum of RGB (Red+Green+Blue) = 188+118+16=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7610 is #4389EF. Grayscale: #7F7F7F. Windows color (decimal): -4426224 or 1078972. OLE color: 1078972.
HSL color Cylindrical-coordinate representation of color #BC7610: hue angle of 35.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC7610 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 16 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.26 |
| HSL | 35.58º | 0.84% | 0.4% | - |
| HSV(B) | 35.58º | 0.91% | 0.74% | - |
| XYZ | 27.31 | 23.69 | 3.62 | - |
| YUV | 127.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 16 | 0 | 0.37 | 0.91 | 0.26 | 35.58 | 0.84 | 0.4 |
| Hex | BC | 76 | 10 | 0 | 25 | 5B | 1A | 24 | 54 | 28 |
| Octal | 274 | 166 | 20 | 0 | 45 | 133 | 32 | 44 | 124 | 50 |
| Binary | 10111100 | 1110110 | 10000 | 0 | 100101 | 1011011 | 11010 | 100100 | 1010100 | 101000 |
Color Harmonies of #BC7610
Complementary color
Monochromatic Colors of #BC7610
Black with #BC7610
Text Example
Text Example
White with #BC7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7610; }
p { color: rgb(188,118,16); }
H1.HeaderClassName
{
color: #BC7610;
}
.AnyTagClassName
{
color: #BC7610;
}
</style>
background-color css
<style>
a { background-color: #BC7610; }
a { background-color: rgb(188,118,16); }
div.DivClassName
{
background-color: #BC7610;
}
.BgClassName
{
background-color: #BC7610;
}
</style>
border-color css
<style>
span { border-color: #BC7610; }
span { border-color: rgb(188,118,16); }
td.TdClassName
{
border-color: #BC7610;
}
.TagClassName
{
border-color: #BC7610;
}
</style>