Shades of Dark Goldenrod #BC860F
Tints of Dark Goldenrod #BC860F
RGB
CMYK
RGB Variations
Color information
#BC860F (or 0xBC860F) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 0F. RGB value is (188,134,15). Sum of RGB (Red+Green+Blue) = 188+134+15=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC860F is #4379F0. Grayscale: #898989. Windows color (decimal): -4422129 or 1017532. OLE color: 1017532.
HSL color Cylindrical-coordinate representation of color #BC860F: hue angle of 41.27º 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 #BC860F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.26 |
| HSL | 41.27º | 0.85% | 0.4% | - |
| HSV(B) | 41.27º | 0.92% | 0.74% | - |
| XYZ | 29.35 | 27.78 | 4.27 | - |
| YUV | 136.58 | 59.39 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 15 | 0 | 0.29 | 0.92 | 0.26 | 41.27 | 0.85 | 0.4 |
| Hex | BC | 86 | F | 0 | 1D | 5C | 1A | 29 | 55 | 28 |
| Octal | 274 | 206 | 17 | 0 | 35 | 134 | 32 | 51 | 125 | 50 |
| Binary | 10111100 | 10000110 | 1111 | 0 | 11101 | 1011100 | 11010 | 101001 | 1010101 | 101000 |
Color Harmonies of #BC860F
Complementary color
Monochromatic Colors of #BC860F
Black with #BC860F
Text Example
Text Example
White with #BC860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC860F; }
p { color: rgb(188,134,15); }
H1.HeaderClassName
{
color: #BC860F;
}
.AnyTagClassName
{
color: #BC860F;
}
</style>
background-color css
<style>
a { background-color: #BC860F; }
a { background-color: rgb(188,134,15); }
div.DivClassName
{
background-color: #BC860F;
}
.BgClassName
{
background-color: #BC860F;
}
</style>
border-color css
<style>
span { border-color: #BC860F; }
span { border-color: rgb(188,134,15); }
td.TdClassName
{
border-color: #BC860F;
}
.TagClassName
{
border-color: #BC860F;
}
</style>