Shades of Dark Goldenrod #BC7F12
Tints of Dark Goldenrod #BC7F12
RGB
CMYK
RGB Variations
Color information
#BC7F12 (or 0xBC7F12) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 12. RGB value is (188,127,18). Sum of RGB (Red+Green+Blue) = 188+127+18=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F12 is #4380ED. Grayscale: #858585. Windows color (decimal): -4423918 or 1212348. OLE color: 1212348.
HSL color Cylindrical-coordinate representation of color #BC7F12: hue angle of 38.47º 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 #BC7F12 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 18 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.26 |
| HSL | 38.47º | 0.83% | 0.4% | - |
| HSV(B) | 38.47º | 0.9% | 0.74% | - |
| XYZ | 28.44 | 25.91 | 4.08 | - |
| YUV | 132.81 | 63.21 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 18 | 0 | 0.32 | 0.90 | 0.26 | 38.47 | 0.83 | 0.4 |
| Hex | BC | 7F | 12 | 0 | 20 | 5A | 1A | 26 | 53 | 28 |
| Octal | 274 | 177 | 22 | 0 | 40 | 132 | 32 | 46 | 123 | 50 |
| Binary | 10111100 | 1111111 | 10010 | 0 | 100000 | 1011010 | 11010 | 100110 | 1010011 | 101000 |
Color Harmonies of #BC7F12
Complementary color
Monochromatic Colors of #BC7F12
Black with #BC7F12
Text Example
Text Example
White with #BC7F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F12; }
p { color: rgb(188,127,18); }
H1.HeaderClassName
{
color: #BC7F12;
}
.AnyTagClassName
{
color: #BC7F12;
}
</style>
background-color css
<style>
a { background-color: #BC7F12; }
a { background-color: rgb(188,127,18); }
div.DivClassName
{
background-color: #BC7F12;
}
.BgClassName
{
background-color: #BC7F12;
}
</style>
border-color css
<style>
span { border-color: #BC7F12; }
span { border-color: rgb(188,127,18); }
td.TdClassName
{
border-color: #BC7F12;
}
.TagClassName
{
border-color: #BC7F12;
}
</style>