Shades of Dark Goldenrod #BC8405
Tints of Dark Goldenrod #BC8405
RGB
CMYK
RGB Variations
Color information
#BC8405 (or 0xBC8405) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 05. RGB value is (188,132,5). Sum of RGB (Red+Green+Blue) = 188+132+5=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8405 is #437BFA. Grayscale: #868686. Windows color (decimal): -4422651 or 361660. OLE color: 361660.
HSL color Cylindrical-coordinate representation of color #BC8405: hue angle of 41.64º 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 #BC8405 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.26 |
| HSL | 41.64º | 0.95% | 0.38% | - |
| HSV(B) | 41.64º | 0.97% | 0.74% | - |
| XYZ | 29.02 | 27.2 | 3.87 | - |
| YUV | 134.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 5 | 0 | 0.30 | 0.97 | 0.26 | 41.64 | 0.95 | 0.38 |
| Hex | BC | 84 | 5 | 0 | 1E | 61 | 1A | 2A | 5F | 26 |
| Octal | 274 | 204 | 5 | 0 | 36 | 141 | 32 | 52 | 137 | 46 |
| Binary | 10111100 | 10000100 | 101 | 0 | 11110 | 1100001 | 11010 | 101010 | 1011111 | 100110 |
Color Harmonies of #BC8405
Complementary color
Monochromatic Colors of #BC8405
Black with #BC8405
Text Example
Text Example
White with #BC8405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8405; }
p { color: rgb(188,132,5); }
H1.HeaderClassName
{
color: #BC8405;
}
.AnyTagClassName
{
color: #BC8405;
}
</style>
background-color css
<style>
a { background-color: #BC8405; }
a { background-color: rgb(188,132,5); }
div.DivClassName
{
background-color: #BC8405;
}
.BgClassName
{
background-color: #BC8405;
}
</style>
border-color css
<style>
span { border-color: #BC8405; }
span { border-color: rgb(188,132,5); }
td.TdClassName
{
border-color: #BC8405;
}
.TagClassName
{
border-color: #BC8405;
}
</style>