Shades of Dark Goldenrod #BC8304
Tints of Dark Goldenrod #BC8304
RGB
CMYK
RGB Variations
Color information
#BC8304 (or 0xBC8304) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 04. RGB value is (188,131,4). Sum of RGB (Red+Green+Blue) = 188+131+4=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8304 is #437CFB. Grayscale: #868686. Windows color (decimal): -4422908 or 295868. OLE color: 295868.
HSL color Cylindrical-coordinate representation of color #BC8304: hue angle of 41.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8304 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.26 |
| HSL | 41.41º | 0.96% | 0.38% | - |
| HSV(B) | 41.41º | 0.98% | 0.74% | - |
| XYZ | 28.88 | 26.93 | 3.79 | - |
| YUV | 133.57 | 54.88 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 4 | 0 | 0.30 | 0.98 | 0.26 | 41.41 | 0.96 | 0.38 |
| Hex | BC | 83 | 4 | 0 | 1E | 62 | 1A | 29 | 60 | 26 |
| Octal | 274 | 203 | 4 | 0 | 36 | 142 | 32 | 51 | 140 | 46 |
| Binary | 10111100 | 10000011 | 100 | 0 | 11110 | 1100010 | 11010 | 101001 | 1100000 | 100110 |
Color Harmonies of #BC8304
Complementary color
Monochromatic Colors of #BC8304
Black with #BC8304
Text Example
Text Example
White with #BC8304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8304; }
p { color: rgb(188,131,4); }
H1.HeaderClassName
{
color: #BC8304;
}
.AnyTagClassName
{
color: #BC8304;
}
</style>
background-color css
<style>
a { background-color: #BC8304; }
a { background-color: rgb(188,131,4); }
div.DivClassName
{
background-color: #BC8304;
}
.BgClassName
{
background-color: #BC8304;
}
</style>
border-color css
<style>
span { border-color: #BC8304; }
span { border-color: rgb(188,131,4); }
td.TdClassName
{
border-color: #BC8304;
}
.TagClassName
{
border-color: #BC8304;
}
</style>