Shades of Dark Goldenrod #BC890F
Tints of Dark Goldenrod #BC890F
RGB
CMYK
RGB Variations
Color information
#BC890F (or 0xBC890F) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 0F. RGB value is (188,137,15). Sum of RGB (Red+Green+Blue) = 188+137+15=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC890F is #4376F0. Grayscale: #8A8A8A. Windows color (decimal): -4421361 or 1018300. OLE color: 1018300.
HSL color Cylindrical-coordinate representation of color #BC890F: hue angle of 42.31º 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 #BC890F is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 15 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.26 |
| HSL | 42.31º | 0.85% | 0.4% | - |
| HSV(B) | 42.31º | 0.92% | 0.74% | - |
| XYZ | 29.77 | 28.62 | 4.41 | - |
| YUV | 138.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 15 | 0 | 0.27 | 0.92 | 0.26 | 42.31 | 0.85 | 0.4 |
| Hex | BC | 89 | F | 0 | 1B | 5C | 1A | 2A | 55 | 28 |
| Octal | 274 | 211 | 17 | 0 | 33 | 134 | 32 | 52 | 125 | 50 |
| Binary | 10111100 | 10001001 | 1111 | 0 | 11011 | 1011100 | 11010 | 101010 | 1010101 | 101000 |
Color Harmonies of #BC890F
Complementary color
Monochromatic Colors of #BC890F
Black with #BC890F
Text Example
Text Example
White with #BC890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC890F; }
p { color: rgb(188,137,15); }
H1.HeaderClassName
{
color: #BC890F;
}
.AnyTagClassName
{
color: #BC890F;
}
</style>
background-color css
<style>
a { background-color: #BC890F; }
a { background-color: rgb(188,137,15); }
div.DivClassName
{
background-color: #BC890F;
}
.BgClassName
{
background-color: #BC890F;
}
</style>
border-color css
<style>
span { border-color: #BC890F; }
span { border-color: rgb(188,137,15); }
td.TdClassName
{
border-color: #BC890F;
}
.TagClassName
{
border-color: #BC890F;
}
</style>