Shades of Dark Goldenrod #BC8F0F
Tints of Dark Goldenrod #BC8F0F
RGB
CMYK
RGB Variations
Color information
#BC8F0F (or 0xBC8F0F) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 0F. RGB value is (188,143,15). Sum of RGB (Red+Green+Blue) = 188+143+15=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F0F is #4370F0. Grayscale: #8E8E8E. Windows color (decimal): -4419825 or 1019836. OLE color: 1019836.
HSL color Cylindrical-coordinate representation of color #BC8F0F: hue angle of 44.39º 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 #BC8F0F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.26 |
| HSL | 44.39º | 0.85% | 0.4% | - |
| HSV(B) | 44.39º | 0.92% | 0.74% | - |
| XYZ | 30.65 | 30.37 | 4.7 | - |
| YUV | 141.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 15 | 0 | 0.24 | 0.92 | 0.26 | 44.39 | 0.85 | 0.4 |
| Hex | BC | 8F | F | 0 | 18 | 5C | 1A | 2C | 55 | 28 |
| Octal | 274 | 217 | 17 | 0 | 30 | 134 | 32 | 54 | 125 | 50 |
| Binary | 10111100 | 10001111 | 1111 | 0 | 11000 | 1011100 | 11010 | 101100 | 1010101 | 101000 |
Color Harmonies of #BC8F0F
Complementary color
Monochromatic Colors of #BC8F0F
Black with #BC8F0F
Text Example
Text Example
White with #BC8F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F0F; }
p { color: rgb(188,143,15); }
H1.HeaderClassName
{
color: #BC8F0F;
}
.AnyTagClassName
{
color: #BC8F0F;
}
</style>
background-color css
<style>
a { background-color: #BC8F0F; }
a { background-color: rgb(188,143,15); }
div.DivClassName
{
background-color: #BC8F0F;
}
.BgClassName
{
background-color: #BC8F0F;
}
</style>
border-color css
<style>
span { border-color: #BC8F0F; }
span { border-color: rgb(188,143,15); }
td.TdClassName
{
border-color: #BC8F0F;
}
.TagClassName
{
border-color: #BC8F0F;
}
</style>