Shades of Dark Goldenrod #BC9000
Tints of Dark Goldenrod #BC9000
RGB
CMYK
RGB Variations
Color information
#BC9000 (or 0xBC9000) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 00. RGB value is (188,144,0). Sum of RGB (Red+Green+Blue) = 188+144+0=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9000 is #436FFF. Grayscale: #8D8D8D. Windows color (decimal): -4419584 or 37052. OLE color: 37052.
HSL color Cylindrical-coordinate representation of color #BC9000: hue angle of 45.96º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC9000 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.26 |
| HSL | 45.96º | 1% | 0.37% | - |
| HSV(B) | 45.96º | 1% | 0.74% | - |
| XYZ | 30.71 | 30.64 | 4.29 | - |
| YUV | 140.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 0 | 0 | 0.23 | 1 | 0.26 | 45.96 | 1 | 0.37 |
| Hex | BC | 90 | 0 | 0 | 17 | 64 | 1A | 2E | 64 | 25 |
| Octal | 274 | 220 | 0 | 0 | 27 | 144 | 32 | 56 | 144 | 45 |
| Binary | 10111100 | 10010000 | 0 | 0 | 10111 | 1100100 | 11010 | 101110 | 1100100 | 100101 |
Color Harmonies of #BC9000
Complementary color
Monochromatic Colors of #BC9000
Black with #BC9000
Text Example
Text Example
White with #BC9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9000; }
p { color: rgb(188,144,0); }
H1.HeaderClassName
{
color: #BC9000;
}
.AnyTagClassName
{
color: #BC9000;
}
</style>
background-color css
<style>
a { background-color: #BC9000; }
a { background-color: rgb(188,144,0); }
div.DivClassName
{
background-color: #BC9000;
}
.BgClassName
{
background-color: #BC9000;
}
</style>
border-color css
<style>
span { border-color: #BC9000; }
span { border-color: rgb(188,144,0); }
td.TdClassName
{
border-color: #BC9000;
}
.TagClassName
{
border-color: #BC9000;
}
</style>