Shades of Dark Goldenrod #BC7200
Tints of Dark Goldenrod #BC7200
RGB
CMYK
RGB Variations
Color information
#BC7200 (or 0xBC7200) is known color: Dark Goldenrod. HEX triplet: BC, 72 and 00. RGB value is (188,114,0). Sum of RGB (Red+Green+Blue) = 188+114+0=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7200 is #438DFF. Grayscale: #7B7B7B. Windows color (decimal): -4427264 or 29372. OLE color: 29372.
HSL color Cylindrical-coordinate representation of color #BC7200: hue angle of 36.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC7200 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.26 |
| HSL | 36.38º | 1% | 0.37% | - |
| HSV(B) | 36.38º | 1% | 0.74% | - |
| XYZ | 26.76 | 22.73 | 2.98 | - |
| YUV | 123.13 | 58.52 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 0 | 0 | 0.39 | 1 | 0.26 | 36.38 | 1 | 0.37 |
| Hex | BC | 72 | 0 | 0 | 27 | 64 | 1A | 24 | 64 | 25 |
| Octal | 274 | 162 | 0 | 0 | 47 | 144 | 32 | 44 | 144 | 45 |
| Binary | 10111100 | 1110010 | 0 | 0 | 100111 | 1100100 | 11010 | 100100 | 1100100 | 100101 |
Color Harmonies of #BC7200
Complementary color
Monochromatic Colors of #BC7200
Black with #BC7200
Text Example
Text Example
White with #BC7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7200; }
p { color: rgb(188,114,0); }
H1.HeaderClassName
{
color: #BC7200;
}
.AnyTagClassName
{
color: #BC7200;
}
</style>
background-color css
<style>
a { background-color: #BC7200; }
a { background-color: rgb(188,114,0); }
div.DivClassName
{
background-color: #BC7200;
}
.BgClassName
{
background-color: #BC7200;
}
</style>
border-color css
<style>
span { border-color: #BC7200; }
span { border-color: rgb(188,114,0); }
td.TdClassName
{
border-color: #BC7200;
}
.TagClassName
{
border-color: #BC7200;
}
</style>