Shades of Dark Goldenrod #BC8C10
Tints of Dark Goldenrod #BC8C10
RGB
CMYK
RGB Variations
Color information
#BC8C10 (or 0xBC8C10) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 10. RGB value is (188,140,16). Sum of RGB (Red+Green+Blue) = 188+140+16=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C10 is #4373EF. Grayscale: #8C8C8C. Windows color (decimal): -4420592 or 1084604. OLE color: 1084604.
HSL color Cylindrical-coordinate representation of color #BC8C10: hue angle of 43.26º 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 #BC8C10 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 16 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.26 |
| HSL | 43.26º | 0.84% | 0.4% | - |
| HSV(B) | 43.26º | 0.91% | 0.74% | - |
| XYZ | 30.21 | 29.48 | 4.59 | - |
| YUV | 140.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 16 | 0 | 0.26 | 0.91 | 0.26 | 43.26 | 0.84 | 0.4 |
| Hex | BC | 8C | 10 | 0 | 1A | 5B | 1A | 2B | 54 | 28 |
| Octal | 274 | 214 | 20 | 0 | 32 | 133 | 32 | 53 | 124 | 50 |
| Binary | 10111100 | 10001100 | 10000 | 0 | 11010 | 1011011 | 11010 | 101011 | 1010100 | 101000 |
Color Harmonies of #BC8C10
Complementary color
Monochromatic Colors of #BC8C10
Black with #BC8C10
Text Example
Text Example
White with #BC8C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C10; }
p { color: rgb(188,140,16); }
H1.HeaderClassName
{
color: #BC8C10;
}
.AnyTagClassName
{
color: #BC8C10;
}
</style>
background-color css
<style>
a { background-color: #BC8C10; }
a { background-color: rgb(188,140,16); }
div.DivClassName
{
background-color: #BC8C10;
}
.BgClassName
{
background-color: #BC8C10;
}
</style>
border-color css
<style>
span { border-color: #BC8C10; }
span { border-color: rgb(188,140,16); }
td.TdClassName
{
border-color: #BC8C10;
}
.TagClassName
{
border-color: #BC8C10;
}
</style>