Shades of Dark Goldenrod #BC8501
Tints of Dark Goldenrod #BC8501
RGB
CMYK
RGB Variations
Color information
#BC8501 (or 0xBC8501) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 01. RGB value is (188,133,1). Sum of RGB (Red+Green+Blue) = 188+133+1=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8501 is #437AFE. Grayscale: #868686. Windows color (decimal): -4422399 or 99772. OLE color: 99772.
HSL color Cylindrical-coordinate representation of color #BC8501: hue angle of 42.35º 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 #BC8501 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.26 |
| HSL | 42.35º | 0.99% | 0.37% | - |
| HSV(B) | 42.35º | 0.99% | 0.74% | - |
| XYZ | 29.13 | 27.47 | 3.8 | - |
| YUV | 134.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 1 | 0 | 0.29 | 0.99 | 0.26 | 42.35 | 0.99 | 0.37 |
| Hex | BC | 85 | 1 | 0 | 1D | 63 | 1A | 2A | 63 | 25 |
| Octal | 274 | 205 | 1 | 0 | 35 | 143 | 32 | 52 | 143 | 45 |
| Binary | 10111100 | 10000101 | 1 | 0 | 11101 | 1100011 | 11010 | 101010 | 1100011 | 100101 |
Color Harmonies of #BC8501
Complementary color
Monochromatic Colors of #BC8501
Black with #BC8501
Text Example
Text Example
White with #BC8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8501; }
p { color: rgb(188,133,1); }
H1.HeaderClassName
{
color: #BC8501;
}
.AnyTagClassName
{
color: #BC8501;
}
</style>
background-color css
<style>
a { background-color: #BC8501; }
a { background-color: rgb(188,133,1); }
div.DivClassName
{
background-color: #BC8501;
}
.BgClassName
{
background-color: #BC8501;
}
</style>
border-color css
<style>
span { border-color: #BC8501; }
span { border-color: rgb(188,133,1); }
td.TdClassName
{
border-color: #BC8501;
}
.TagClassName
{
border-color: #BC8501;
}
</style>