Shades of Dark Goldenrod #BC7E12
Tints of Dark Goldenrod #BC7E12
RGB
CMYK
RGB Variations
Color information
#BC7E12 (or 0xBC7E12) is known color: Dark Goldenrod. HEX triplet: BC, 7E and 12. RGB value is (188,126,18). Sum of RGB (Red+Green+Blue) = 188+126+18=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E12 is #4381ED. Grayscale: #848484. Windows color (decimal): -4424174 or 1212092. OLE color: 1212092.
HSL color Cylindrical-coordinate representation of color #BC7E12: hue angle of 38.12º 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 #BC7E12 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 18 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.26 |
| HSL | 38.12º | 0.83% | 0.4% | - |
| HSV(B) | 38.12º | 0.9% | 0.74% | - |
| XYZ | 28.31 | 25.66 | 4.03 | - |
| YUV | 132.23 | 63.54 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 18 | 0 | 0.33 | 0.90 | 0.26 | 38.12 | 0.83 | 0.4 |
| Hex | BC | 7E | 12 | 0 | 21 | 5A | 1A | 26 | 53 | 28 |
| Octal | 274 | 176 | 22 | 0 | 41 | 132 | 32 | 46 | 123 | 50 |
| Binary | 10111100 | 1111110 | 10010 | 0 | 100001 | 1011010 | 11010 | 100110 | 1010011 | 101000 |
Color Harmonies of #BC7E12
Complementary color
Monochromatic Colors of #BC7E12
Black with #BC7E12
Text Example
Text Example
White with #BC7E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E12; }
p { color: rgb(188,126,18); }
H1.HeaderClassName
{
color: #BC7E12;
}
.AnyTagClassName
{
color: #BC7E12;
}
</style>
background-color css
<style>
a { background-color: #BC7E12; }
a { background-color: rgb(188,126,18); }
div.DivClassName
{
background-color: #BC7E12;
}
.BgClassName
{
background-color: #BC7E12;
}
</style>
border-color css
<style>
span { border-color: #BC7E12; }
span { border-color: rgb(188,126,18); }
td.TdClassName
{
border-color: #BC7E12;
}
.TagClassName
{
border-color: #BC7E12;
}
</style>