Shades of Dark Goldenrod #BC8D12
Tints of Dark Goldenrod #BC8D12
RGB
CMYK
RGB Variations
Color information
#BC8D12 (or 0xBC8D12) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 12. RGB value is (188,141,18). Sum of RGB (Red+Green+Blue) = 188+141+18=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D12 is #4372ED. Grayscale: #8D8D8D. Windows color (decimal): -4420334 or 1215932. OLE color: 1215932.
HSL color Cylindrical-coordinate representation of color #BC8D12: hue angle of 43.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8D12 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 18 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.26 |
| HSL | 43.41º | 0.83% | 0.4% | - |
| HSV(B) | 43.41º | 0.9% | 0.74% | - |
| XYZ | 30.37 | 29.78 | 4.72 | - |
| YUV | 141.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 18 | 0 | 0.25 | 0.90 | 0.26 | 43.41 | 0.83 | 0.4 |
| Hex | BC | 8D | 12 | 0 | 19 | 5A | 1A | 2B | 53 | 28 |
| Octal | 274 | 215 | 22 | 0 | 31 | 132 | 32 | 53 | 123 | 50 |
| Binary | 10111100 | 10001101 | 10010 | 0 | 11001 | 1011010 | 11010 | 101011 | 1010011 | 101000 |
Color Harmonies of #BC8D12
Complementary color
Monochromatic Colors of #BC8D12
Black with #BC8D12
Text Example
Text Example
White with #BC8D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D12; }
p { color: rgb(188,141,18); }
H1.HeaderClassName
{
color: #BC8D12;
}
.AnyTagClassName
{
color: #BC8D12;
}
</style>
background-color css
<style>
a { background-color: #BC8D12; }
a { background-color: rgb(188,141,18); }
div.DivClassName
{
background-color: #BC8D12;
}
.BgClassName
{
background-color: #BC8D12;
}
</style>
border-color css
<style>
span { border-color: #BC8D12; }
span { border-color: rgb(188,141,18); }
td.TdClassName
{
border-color: #BC8D12;
}
.TagClassName
{
border-color: #BC8D12;
}
</style>