Shades of Dark Goldenrod #BC800F
Tints of Dark Goldenrod #BC800F
RGB
CMYK
RGB Variations
Color information
#BC800F (or 0xBC800F) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 0F. RGB value is (188,128,15). Sum of RGB (Red+Green+Blue) = 188+128+15=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC800F is #437FF0. Grayscale: #858585. Windows color (decimal): -4423665 or 1015996. OLE color: 1015996.
HSL color Cylindrical-coordinate representation of color #BC800F: hue angle of 39.19º 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 #BC800F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.26 |
| HSL | 39.19º | 0.85% | 0.4% | - |
| HSV(B) | 39.19º | 0.92% | 0.74% | - |
| XYZ | 28.54 | 26.16 | 4 | - |
| YUV | 133.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 15 | 0 | 0.32 | 0.92 | 0.26 | 39.19 | 0.85 | 0.4 |
| Hex | BC | 80 | F | 0 | 20 | 5C | 1A | 27 | 55 | 28 |
| Octal | 274 | 200 | 17 | 0 | 40 | 134 | 32 | 47 | 125 | 50 |
| Binary | 10111100 | 10000000 | 1111 | 0 | 100000 | 1011100 | 11010 | 100111 | 1010101 | 101000 |
Color Harmonies of #BC800F
Complementary color
Monochromatic Colors of #BC800F
Black with #BC800F
Text Example
Text Example
White with #BC800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC800F; }
p { color: rgb(188,128,15); }
H1.HeaderClassName
{
color: #BC800F;
}
.AnyTagClassName
{
color: #BC800F;
}
</style>
background-color css
<style>
a { background-color: #BC800F; }
a { background-color: rgb(188,128,15); }
div.DivClassName
{
background-color: #BC800F;
}
.BgClassName
{
background-color: #BC800F;
}
</style>
border-color css
<style>
span { border-color: #BC800F; }
span { border-color: rgb(188,128,15); }
td.TdClassName
{
border-color: #BC800F;
}
.TagClassName
{
border-color: #BC800F;
}
</style>