Shades of Dark Goldenrod #BC9012
Tints of Dark Goldenrod #BC9012
RGB
CMYK
RGB Variations
Color information
#BC9012 (or 0xBC9012) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 12. RGB value is (188,144,18). Sum of RGB (Red+Green+Blue) = 188+144+18=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9012 is #436FED. Grayscale: #8F8F8F. Windows color (decimal): -4419566 or 1216700. OLE color: 1216700.
HSL color Cylindrical-coordinate representation of color #BC9012: hue angle of 44.47º 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 #BC9012 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 18 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.26 |
| HSL | 44.47º | 0.83% | 0.4% | - |
| HSV(B) | 44.47º | 0.9% | 0.74% | - |
| XYZ | 30.82 | 30.68 | 4.87 | - |
| YUV | 142.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 18 | 0 | 0.23 | 0.90 | 0.26 | 44.47 | 0.83 | 0.4 |
| Hex | BC | 90 | 12 | 0 | 17 | 5A | 1A | 2C | 53 | 28 |
| Octal | 274 | 220 | 22 | 0 | 27 | 132 | 32 | 54 | 123 | 50 |
| Binary | 10111100 | 10010000 | 10010 | 0 | 10111 | 1011010 | 11010 | 101100 | 1010011 | 101000 |
Color Harmonies of #BC9012
Complementary color
Monochromatic Colors of #BC9012
Black with #BC9012
Text Example
Text Example
White with #BC9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9012; }
p { color: rgb(188,144,18); }
H1.HeaderClassName
{
color: #BC9012;
}
.AnyTagClassName
{
color: #BC9012;
}
</style>
background-color css
<style>
a { background-color: #BC9012; }
a { background-color: rgb(188,144,18); }
div.DivClassName
{
background-color: #BC9012;
}
.BgClassName
{
background-color: #BC9012;
}
</style>
border-color css
<style>
span { border-color: #BC9012; }
span { border-color: rgb(188,144,18); }
td.TdClassName
{
border-color: #BC9012;
}
.TagClassName
{
border-color: #BC9012;
}
</style>