Shades of Dark Goldenrod #BC8409
Tints of Dark Goldenrod #BC8409
RGB
CMYK
RGB Variations
Color information
#BC8409 (or 0xBC8409) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 09. RGB value is (188,132,9). Sum of RGB (Red+Green+Blue) = 188+132+9=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8409 is #437BF6. Grayscale: #878787. Windows color (decimal): -4422647 or 623804. OLE color: 623804.
HSL color Cylindrical-coordinate representation of color #BC8409: hue angle of 41.23º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC8409 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 9 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.26 |
| HSL | 41.23º | 0.91% | 0.39% | - |
| HSV(B) | 41.23º | 0.95% | 0.74% | - |
| XYZ | 29.04 | 27.21 | 3.98 | - |
| YUV | 134.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 9 | 0 | 0.30 | 0.95 | 0.26 | 41.23 | 0.91 | 0.39 |
| Hex | BC | 84 | 9 | 0 | 1E | 5F | 1A | 29 | 5B | 27 |
| Octal | 274 | 204 | 11 | 0 | 36 | 137 | 32 | 51 | 133 | 47 |
| Binary | 10111100 | 10000100 | 1001 | 0 | 11110 | 1011111 | 11010 | 101001 | 1011011 | 100111 |
Color Harmonies of #BC8409
Complementary color
Monochromatic Colors of #BC8409
Black with #BC8409
Text Example
Text Example
White with #BC8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8409; }
p { color: rgb(188,132,9); }
H1.HeaderClassName
{
color: #BC8409;
}
.AnyTagClassName
{
color: #BC8409;
}
</style>
background-color css
<style>
a { background-color: #BC8409; }
a { background-color: rgb(188,132,9); }
div.DivClassName
{
background-color: #BC8409;
}
.BgClassName
{
background-color: #BC8409;
}
</style>
border-color css
<style>
span { border-color: #BC8409; }
span { border-color: rgb(188,132,9); }
td.TdClassName
{
border-color: #BC8409;
}
.TagClassName
{
border-color: #BC8409;
}
</style>