Shades of Dark Goldenrod #BC8401
Tints of Dark Goldenrod #BC8401
RGB
CMYK
RGB Variations
Color information
#BC8401 (or 0xBC8401) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 01. RGB value is (188,132,1). Sum of RGB (Red+Green+Blue) = 188+132+1=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8401 is #437BFE. Grayscale: #868686. Windows color (decimal): -4422655 or 99516. OLE color: 99516.
HSL color Cylindrical-coordinate representation of color #BC8401: hue angle of 42.03º 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 #BC8401 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.26 |
| HSL | 42.03º | 0.99% | 0.37% | - |
| HSV(B) | 42.03º | 0.99% | 0.74% | - |
| XYZ | 29 | 27.2 | 3.75 | - |
| YUV | 133.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 1 | 0 | 0.30 | 0.99 | 0.26 | 42.03 | 0.99 | 0.37 |
| Hex | BC | 84 | 1 | 0 | 1E | 63 | 1A | 2A | 63 | 25 |
| Octal | 274 | 204 | 1 | 0 | 36 | 143 | 32 | 52 | 143 | 45 |
| Binary | 10111100 | 10000100 | 1 | 0 | 11110 | 1100011 | 11010 | 101010 | 1100011 | 100101 |
Color Harmonies of #BC8401
Complementary color
Monochromatic Colors of #BC8401
Black with #BC8401
Text Example
Text Example
White with #BC8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8401; }
p { color: rgb(188,132,1); }
H1.HeaderClassName
{
color: #BC8401;
}
.AnyTagClassName
{
color: #BC8401;
}
</style>
background-color css
<style>
a { background-color: #BC8401; }
a { background-color: rgb(188,132,1); }
div.DivClassName
{
background-color: #BC8401;
}
.BgClassName
{
background-color: #BC8401;
}
</style>
border-color css
<style>
span { border-color: #BC8401; }
span { border-color: rgb(188,132,1); }
td.TdClassName
{
border-color: #BC8401;
}
.TagClassName
{
border-color: #BC8401;
}
</style>