Shades of Dark Goldenrod #BC8201
Tints of Dark Goldenrod #BC8201
RGB
CMYK
RGB Variations
Color information
#BC8201 (or 0xBC8201) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 01. RGB value is (188,130,1). Sum of RGB (Red+Green+Blue) = 188+130+1=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8201 is #437DFE. Grayscale: #858585. Windows color (decimal): -4423167 or 99004. OLE color: 99004.
HSL color Cylindrical-coordinate representation of color #BC8201: hue angle of 41.39º 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 #BC8201 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.26 |
| HSL | 41.39º | 0.99% | 0.37% | - |
| HSV(B) | 41.39º | 0.99% | 0.74% | - |
| XYZ | 28.73 | 26.66 | 3.66 | - |
| YUV | 132.64 | 53.72 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 1 | 0 | 0.31 | 0.99 | 0.26 | 41.39 | 0.99 | 0.37 |
| Hex | BC | 82 | 1 | 0 | 1F | 63 | 1A | 29 | 63 | 25 |
| Octal | 274 | 202 | 1 | 0 | 37 | 143 | 32 | 51 | 143 | 45 |
| Binary | 10111100 | 10000010 | 1 | 0 | 11111 | 1100011 | 11010 | 101001 | 1100011 | 100101 |
Color Harmonies of #BC8201
Complementary color
Monochromatic Colors of #BC8201
Black with #BC8201
Text Example
Text Example
White with #BC8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8201; }
p { color: rgb(188,130,1); }
H1.HeaderClassName
{
color: #BC8201;
}
.AnyTagClassName
{
color: #BC8201;
}
</style>
background-color css
<style>
a { background-color: #BC8201; }
a { background-color: rgb(188,130,1); }
div.DivClassName
{
background-color: #BC8201;
}
.BgClassName
{
background-color: #BC8201;
}
</style>
border-color css
<style>
span { border-color: #BC8201; }
span { border-color: rgb(188,130,1); }
td.TdClassName
{
border-color: #BC8201;
}
.TagClassName
{
border-color: #BC8201;
}
</style>