Shades of Dark Goldenrod #BC9301
Tints of Dark Goldenrod #BC9301
RGB
CMYK
RGB Variations
Color information
#BC9301 (or 0xBC9301) is known color: Dark Goldenrod. HEX triplet: BC, 93 and 01. RGB value is (188,147,1). Sum of RGB (Red+Green+Blue) = 188+147+1=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9301 is #436CFE. Grayscale: #8F8F8F. Windows color (decimal): -4418815 or 103356. OLE color: 103356.
HSL color Cylindrical-coordinate representation of color #BC9301: hue angle of 46.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC9301 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.26 |
| HSL | 46.84º | 0.99% | 0.37% | - |
| HSV(B) | 46.84º | 0.99% | 0.74% | - |
| XYZ | 31.18 | 31.56 | 4.48 | - |
| YUV | 142.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 1 | 0 | 0.22 | 0.99 | 0.26 | 46.84 | 0.99 | 0.37 |
| Hex | BC | 93 | 1 | 0 | 16 | 63 | 1A | 2F | 63 | 25 |
| Octal | 274 | 223 | 1 | 0 | 26 | 143 | 32 | 57 | 143 | 45 |
| Binary | 10111100 | 10010011 | 1 | 0 | 10110 | 1100011 | 11010 | 101111 | 1100011 | 100101 |
Color Harmonies of #BC9301
Complementary color
Monochromatic Colors of #BC9301
Black with #BC9301
Text Example
Text Example
White with #BC9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9301; }
p { color: rgb(188,147,1); }
H1.HeaderClassName
{
color: #BC9301;
}
.AnyTagClassName
{
color: #BC9301;
}
</style>
background-color css
<style>
a { background-color: #BC9301; }
a { background-color: rgb(188,147,1); }
div.DivClassName
{
background-color: #BC9301;
}
.BgClassName
{
background-color: #BC9301;
}
</style>
border-color css
<style>
span { border-color: #BC9301; }
span { border-color: rgb(188,147,1); }
td.TdClassName
{
border-color: #BC9301;
}
.TagClassName
{
border-color: #BC9301;
}
</style>