Shades of Dark Goldenrod #BC8005
Tints of Dark Goldenrod #BC8005
RGB
CMYK
RGB Variations
Color information
#BC8005 (or 0xBC8005) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 05. RGB value is (188,128,5). Sum of RGB (Red+Green+Blue) = 188+128+5=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8005 is #437FFA. Grayscale: #848484. Windows color (decimal): -4423675 or 360636. OLE color: 360636.
HSL color Cylindrical-coordinate representation of color #BC8005: hue angle of 40.33º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC8005 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.26 |
| HSL | 40.33º | 0.95% | 0.38% | - |
| HSV(B) | 40.33º | 0.97% | 0.74% | - |
| XYZ | 28.49 | 26.14 | 3.69 | - |
| YUV | 131.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 5 | 0 | 0.32 | 0.97 | 0.26 | 40.33 | 0.95 | 0.38 |
| Hex | BC | 80 | 5 | 0 | 20 | 61 | 1A | 28 | 5F | 26 |
| Octal | 274 | 200 | 5 | 0 | 40 | 141 | 32 | 50 | 137 | 46 |
| Binary | 10111100 | 10000000 | 101 | 0 | 100000 | 1100001 | 11010 | 101000 | 1011111 | 100110 |
Color Harmonies of #BC8005
Complementary color
Monochromatic Colors of #BC8005
Black with #BC8005
Text Example
Text Example
White with #BC8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8005; }
p { color: rgb(188,128,5); }
H1.HeaderClassName
{
color: #BC8005;
}
.AnyTagClassName
{
color: #BC8005;
}
</style>
background-color css
<style>
a { background-color: #BC8005; }
a { background-color: rgb(188,128,5); }
div.DivClassName
{
background-color: #BC8005;
}
.BgClassName
{
background-color: #BC8005;
}
</style>
border-color css
<style>
span { border-color: #BC8005; }
span { border-color: rgb(188,128,5); }
td.TdClassName
{
border-color: #BC8005;
}
.TagClassName
{
border-color: #BC8005;
}
</style>