Shades of Dark Goldenrod #BC850F
Tints of Dark Goldenrod #BC850F
RGB
CMYK
RGB Variations
Color information
#BC850F (or 0xBC850F) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 0F. RGB value is (188,133,15). Sum of RGB (Red+Green+Blue) = 188+133+15=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC850F is #437AF0. Grayscale: #888888. Windows color (decimal): -4422385 or 1017276. OLE color: 1017276.
HSL color Cylindrical-coordinate representation of color #BC850F: hue angle of 40.92º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC850F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.26 |
| HSL | 40.92º | 0.85% | 0.4% | - |
| HSV(B) | 40.92º | 0.92% | 0.74% | - |
| XYZ | 29.21 | 27.5 | 4.22 | - |
| YUV | 135.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 15 | 0 | 0.29 | 0.92 | 0.26 | 40.92 | 0.85 | 0.4 |
| Hex | BC | 85 | F | 0 | 1D | 5C | 1A | 29 | 55 | 28 |
| Octal | 274 | 205 | 17 | 0 | 35 | 134 | 32 | 51 | 125 | 50 |
| Binary | 10111100 | 10000101 | 1111 | 0 | 11101 | 1011100 | 11010 | 101001 | 1010101 | 101000 |
Color Harmonies of #BC850F
Complementary color
Monochromatic Colors of #BC850F
Black with #BC850F
Text Example
Text Example
White with #BC850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC850F; }
p { color: rgb(188,133,15); }
H1.HeaderClassName
{
color: #BC850F;
}
.AnyTagClassName
{
color: #BC850F;
}
</style>
background-color css
<style>
a { background-color: #BC850F; }
a { background-color: rgb(188,133,15); }
div.DivClassName
{
background-color: #BC850F;
}
.BgClassName
{
background-color: #BC850F;
}
</style>
border-color css
<style>
span { border-color: #BC850F; }
span { border-color: rgb(188,133,15); }
td.TdClassName
{
border-color: #BC850F;
}
.TagClassName
{
border-color: #BC850F;
}
</style>