Shades of Dark Goldenrod #BC8402
Tints of Dark Goldenrod #BC8402
RGB
CMYK
RGB Variations
Color information
#BC8402 (or 0xBC8402) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 02. RGB value is (188,132,2). Sum of RGB (Red+Green+Blue) = 188+132+2=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8402 is #437BFD. Grayscale: #868686. Windows color (decimal): -4422654 or 165052. OLE color: 165052.
HSL color Cylindrical-coordinate representation of color #BC8402: hue angle of 41.94º degrees, saturation: 0.98, 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 #BC8402 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.26 |
| HSL | 41.94º | 0.98% | 0.37% | - |
| HSV(B) | 41.94º | 0.99% | 0.74% | - |
| XYZ | 29 | 27.2 | 3.78 | - |
| YUV | 133.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 2 | 0 | 0.30 | 0.99 | 0.26 | 41.94 | 0.98 | 0.37 |
| Hex | BC | 84 | 2 | 0 | 1E | 63 | 1A | 2A | 62 | 25 |
| Octal | 274 | 204 | 2 | 0 | 36 | 143 | 32 | 52 | 142 | 45 |
| Binary | 10111100 | 10000100 | 10 | 0 | 11110 | 1100011 | 11010 | 101010 | 1100010 | 100101 |
Color Harmonies of #BC8402
Complementary color
Monochromatic Colors of #BC8402
Black with #BC8402
Text Example
Text Example
White with #BC8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8402; }
p { color: rgb(188,132,2); }
H1.HeaderClassName
{
color: #BC8402;
}
.AnyTagClassName
{
color: #BC8402;
}
</style>
background-color css
<style>
a { background-color: #BC8402; }
a { background-color: rgb(188,132,2); }
div.DivClassName
{
background-color: #BC8402;
}
.BgClassName
{
background-color: #BC8402;
}
</style>
border-color css
<style>
span { border-color: #BC8402; }
span { border-color: rgb(188,132,2); }
td.TdClassName
{
border-color: #BC8402;
}
.TagClassName
{
border-color: #BC8402;
}
</style>