Shades of Dark Goldenrod #BC8001
Tints of Dark Goldenrod #BC8001
RGB
CMYK
RGB Variations
Color information
#BC8001 (or 0xBC8001) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 01. RGB value is (188,128,1). Sum of RGB (Red+Green+Blue) = 188+128+1=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8001 is #437FFE. Grayscale: #848484. Windows color (decimal): -4423679 or 98492. OLE color: 98492.
HSL color Cylindrical-coordinate representation of color #BC8001: hue angle of 40.75º 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 #BC8001 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.26 |
| HSL | 40.75º | 0.99% | 0.37% | - |
| HSV(B) | 40.75º | 0.99% | 0.74% | - |
| XYZ | 28.46 | 26.13 | 3.57 | - |
| YUV | 131.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 1 | 0 | 0.32 | 0.99 | 0.26 | 40.75 | 0.99 | 0.37 |
| Hex | BC | 80 | 1 | 0 | 20 | 63 | 1A | 29 | 63 | 25 |
| Octal | 274 | 200 | 1 | 0 | 40 | 143 | 32 | 51 | 143 | 45 |
| Binary | 10111100 | 10000000 | 1 | 0 | 100000 | 1100011 | 11010 | 101001 | 1100011 | 100101 |
Color Harmonies of #BC8001
Complementary color
Monochromatic Colors of #BC8001
Black with #BC8001
Text Example
Text Example
White with #BC8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8001; }
p { color: rgb(188,128,1); }
H1.HeaderClassName
{
color: #BC8001;
}
.AnyTagClassName
{
color: #BC8001;
}
</style>
background-color css
<style>
a { background-color: #BC8001; }
a { background-color: rgb(188,128,1); }
div.DivClassName
{
background-color: #BC8001;
}
.BgClassName
{
background-color: #BC8001;
}
</style>
border-color css
<style>
span { border-color: #BC8001; }
span { border-color: rgb(188,128,1); }
td.TdClassName
{
border-color: #BC8001;
}
.TagClassName
{
border-color: #BC8001;
}
</style>