Shades of Dark Goldenrod #BC7311
Tints of Dark Goldenrod #BC7311
RGB
CMYK
RGB Variations
Color information
#BC7311 (or 0xBC7311) is known color: Dark Goldenrod. HEX triplet: BC, 73 and 11. RGB value is (188,115,17). Sum of RGB (Red+Green+Blue) = 188+115+17=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7311 is #438CEE. Grayscale: #7E7E7E. Windows color (decimal): -4426991 or 1143740. OLE color: 1143740.
HSL color Cylindrical-coordinate representation of color #BC7311: hue angle of 34.39º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC7311 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.26 |
| HSL | 34.39º | 0.83% | 0.4% | - |
| HSV(B) | 34.39º | 0.91% | 0.74% | - |
| XYZ | 26.97 | 22.99 | 3.55 | - |
| YUV | 125.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 17 | 0 | 0.39 | 0.91 | 0.26 | 34.39 | 0.83 | 0.4 |
| Hex | BC | 73 | 11 | 0 | 27 | 5B | 1A | 22 | 53 | 28 |
| Octal | 274 | 163 | 21 | 0 | 47 | 133 | 32 | 42 | 123 | 50 |
| Binary | 10111100 | 1110011 | 10001 | 0 | 100111 | 1011011 | 11010 | 100010 | 1010011 | 101000 |
Color Harmonies of #BC7311
Complementary color
Monochromatic Colors of #BC7311
Black with #BC7311
Text Example
Text Example
White with #BC7311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7311; }
p { color: rgb(188,115,17); }
H1.HeaderClassName
{
color: #BC7311;
}
.AnyTagClassName
{
color: #BC7311;
}
</style>
background-color css
<style>
a { background-color: #BC7311; }
a { background-color: rgb(188,115,17); }
div.DivClassName
{
background-color: #BC7311;
}
.BgClassName
{
background-color: #BC7311;
}
</style>
border-color css
<style>
span { border-color: #BC7311; }
span { border-color: rgb(188,115,17); }
td.TdClassName
{
border-color: #BC7311;
}
.TagClassName
{
border-color: #BC7311;
}
</style>