Shades of Dark Goldenrod #BC7901
Tints of Dark Goldenrod #BC7901
RGB
CMYK
RGB Variations
Color information
#BC7901 (or 0xBC7901) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 01. RGB value is (188,121,1). Sum of RGB (Red+Green+Blue) = 188+121+1=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7901 is #4386FE. Grayscale: #7F7F7F. Windows color (decimal): -4425471 or 96700. OLE color: 96700.
HSL color Cylindrical-coordinate representation of color #BC7901: hue angle of 38.5º 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 #BC7901 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.26 |
| HSL | 38.5º | 0.99% | 0.37% | - |
| HSV(B) | 38.5º | 0.99% | 0.74% | - |
| XYZ | 27.58 | 24.37 | 3.28 | - |
| YUV | 127.35 | 56.7 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 1 | 0 | 0.36 | 0.99 | 0.26 | 38.5 | 0.99 | 0.37 |
| Hex | BC | 79 | 1 | 0 | 24 | 63 | 1A | 27 | 63 | 25 |
| Octal | 274 | 171 | 1 | 0 | 44 | 143 | 32 | 47 | 143 | 45 |
| Binary | 10111100 | 1111001 | 1 | 0 | 100100 | 1100011 | 11010 | 100111 | 1100011 | 100101 |
Color Harmonies of #BC7901
Complementary color
Monochromatic Colors of #BC7901
Black with #BC7901
Text Example
Text Example
White with #BC7901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7901; }
p { color: rgb(188,121,1); }
H1.HeaderClassName
{
color: #BC7901;
}
.AnyTagClassName
{
color: #BC7901;
}
</style>
background-color css
<style>
a { background-color: #BC7901; }
a { background-color: rgb(188,121,1); }
div.DivClassName
{
background-color: #BC7901;
}
.BgClassName
{
background-color: #BC7901;
}
</style>
border-color css
<style>
span { border-color: #BC7901; }
span { border-color: rgb(188,121,1); }
td.TdClassName
{
border-color: #BC7901;
}
.TagClassName
{
border-color: #BC7901;
}
</style>