Shades of Dark Goldenrod #BC7301
Tints of Dark Goldenrod #BC7301
RGB
CMYK
RGB Variations
Color information
#BC7301 (or 0xBC7301) is known color: Dark Goldenrod. HEX triplet: BC, 73 and 01. RGB value is (188,115,1). Sum of RGB (Red+Green+Blue) = 188+115+1=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7301 is #438CFE. Grayscale: #7C7C7C. Windows color (decimal): -4427007 or 95164. OLE color: 95164.
HSL color Cylindrical-coordinate representation of color #BC7301: hue angle of 36.58º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC7301 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.26 |
| HSL | 36.58º | 0.99% | 0.37% | - |
| HSV(B) | 36.58º | 0.99% | 0.74% | - |
| XYZ | 26.88 | 22.96 | 3.04 | - |
| YUV | 123.83 | 58.68 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 1 | 0 | 0.39 | 0.99 | 0.26 | 36.58 | 0.99 | 0.37 |
| Hex | BC | 73 | 1 | 0 | 27 | 63 | 1A | 25 | 63 | 25 |
| Octal | 274 | 163 | 1 | 0 | 47 | 143 | 32 | 45 | 143 | 45 |
| Binary | 10111100 | 1110011 | 1 | 0 | 100111 | 1100011 | 11010 | 100101 | 1100011 | 100101 |
Color Harmonies of #BC7301
Complementary color
Monochromatic Colors of #BC7301
Black with #BC7301
Text Example
Text Example
White with #BC7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7301; }
p { color: rgb(188,115,1); }
H1.HeaderClassName
{
color: #BC7301;
}
.AnyTagClassName
{
color: #BC7301;
}
</style>
background-color css
<style>
a { background-color: #BC7301; }
a { background-color: rgb(188,115,1); }
div.DivClassName
{
background-color: #BC7301;
}
.BgClassName
{
background-color: #BC7301;
}
</style>
border-color css
<style>
span { border-color: #BC7301; }
span { border-color: rgb(188,115,1); }
td.TdClassName
{
border-color: #BC7301;
}
.TagClassName
{
border-color: #BC7301;
}
</style>