Shades of Dark Goldenrod #BC750C
Tints of Dark Goldenrod #BC750C
RGB
CMYK
RGB Variations
Color information
#BC750C (or 0xBC750C) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 0C. RGB value is (188,117,12). Sum of RGB (Red+Green+Blue) = 188+117+12=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC750C is #438AF3. Grayscale: #7E7E7E. Windows color (decimal): -4426484 or 816572. OLE color: 816572.
HSL color Cylindrical-coordinate representation of color #BC750C: hue angle of 35.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC750C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.26 |
| HSL | 35.8º | 0.88% | 0.39% | - |
| HSV(B) | 35.8º | 0.94% | 0.74% | - |
| XYZ | 27.17 | 23.44 | 3.44 | - |
| YUV | 126.26 | 63.52 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 12 | 0 | 0.38 | 0.94 | 0.26 | 35.8 | 0.88 | 0.39 |
| Hex | BC | 75 | C | 0 | 26 | 5E | 1A | 24 | 58 | 27 |
| Octal | 274 | 165 | 14 | 0 | 46 | 136 | 32 | 44 | 130 | 47 |
| Binary | 10111100 | 1110101 | 1100 | 0 | 100110 | 1011110 | 11010 | 100100 | 1011000 | 100111 |
Color Harmonies of #BC750C
Complementary color
Monochromatic Colors of #BC750C
Black with #BC750C
Text Example
Text Example
White with #BC750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC750C; }
p { color: rgb(188,117,12); }
H1.HeaderClassName
{
color: #BC750C;
}
.AnyTagClassName
{
color: #BC750C;
}
</style>
background-color css
<style>
a { background-color: #BC750C; }
a { background-color: rgb(188,117,12); }
div.DivClassName
{
background-color: #BC750C;
}
.BgClassName
{
background-color: #BC750C;
}
</style>
border-color css
<style>
span { border-color: #BC750C; }
span { border-color: rgb(188,117,12); }
td.TdClassName
{
border-color: #BC750C;
}
.TagClassName
{
border-color: #BC750C;
}
</style>