Shades of Dark Goldenrod #BC8C00
Tints of Dark Goldenrod #BC8C00
RGB
CMYK
RGB Variations
Color information
#BC8C00 (or 0xBC8C00) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 00. RGB value is (188,140,0). Sum of RGB (Red+Green+Blue) = 188+140+0=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C00 is #4373FF. Grayscale: #8B8B8B. Windows color (decimal): -4420608 or 36028. OLE color: 36028.
HSL color Cylindrical-coordinate representation of color #BC8C00: hue angle of 44.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC8C00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.26 |
| HSL | 44.68º | 1% | 0.37% | - |
| HSV(B) | 44.68º | 1% | 0.74% | - |
| XYZ | 30.12 | 29.45 | 4.1 | - |
| YUV | 138.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 0 | 0 | 0.26 | 1 | 0.26 | 44.68 | 1 | 0.37 |
| Hex | BC | 8C | 0 | 0 | 1A | 64 | 1A | 2D | 64 | 25 |
| Octal | 274 | 214 | 0 | 0 | 32 | 144 | 32 | 55 | 144 | 45 |
| Binary | 10111100 | 10001100 | 0 | 0 | 11010 | 1100100 | 11010 | 101101 | 1100100 | 100101 |
Color Harmonies of #BC8C00
Complementary color
Monochromatic Colors of #BC8C00
Black with #BC8C00
Text Example
Text Example
White with #BC8C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C00; }
p { color: rgb(188,140,0); }
H1.HeaderClassName
{
color: #BC8C00;
}
.AnyTagClassName
{
color: #BC8C00;
}
</style>
background-color css
<style>
a { background-color: #BC8C00; }
a { background-color: rgb(188,140,0); }
div.DivClassName
{
background-color: #BC8C00;
}
.BgClassName
{
background-color: #BC8C00;
}
</style>
border-color css
<style>
span { border-color: #BC8C00; }
span { border-color: rgb(188,140,0); }
td.TdClassName
{
border-color: #BC8C00;
}
.TagClassName
{
border-color: #BC8C00;
}
</style>