Shades of Dark Goldenrod #BC7C01
Tints of Dark Goldenrod #BC7C01
RGB
CMYK
RGB Variations
Color information
#BC7C01 (or 0xBC7C01) is known color: Dark Goldenrod. HEX triplet: BC, 7C and 01. RGB value is (188,124,1). Sum of RGB (Red+Green+Blue) = 188+124+1=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7C01 is #4383FE. Grayscale: #818181. Windows color (decimal): -4424703 or 97468. OLE color: 97468.
HSL color Cylindrical-coordinate representation of color #BC7C01: hue angle of 39.47º 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 #BC7C01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.26 |
| HSL | 39.47º | 0.99% | 0.37% | - |
| HSV(B) | 39.47º | 0.99% | 0.74% | - |
| XYZ | 27.95 | 25.11 | 3.4 | - |
| YUV | 129.11 | 55.7 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 1 | 0 | 0.34 | 0.99 | 0.26 | 39.47 | 0.99 | 0.37 |
| Hex | BC | 7C | 1 | 0 | 22 | 63 | 1A | 27 | 63 | 25 |
| Octal | 274 | 174 | 1 | 0 | 42 | 143 | 32 | 47 | 143 | 45 |
| Binary | 10111100 | 1111100 | 1 | 0 | 100010 | 1100011 | 11010 | 100111 | 1100011 | 100101 |
Color Harmonies of #BC7C01
Complementary color
Monochromatic Colors of #BC7C01
Black with #BC7C01
Text Example
Text Example
White with #BC7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C01; }
p { color: rgb(188,124,1); }
H1.HeaderClassName
{
color: #BC7C01;
}
.AnyTagClassName
{
color: #BC7C01;
}
</style>
background-color css
<style>
a { background-color: #BC7C01; }
a { background-color: rgb(188,124,1); }
div.DivClassName
{
background-color: #BC7C01;
}
.BgClassName
{
background-color: #BC7C01;
}
</style>
border-color css
<style>
span { border-color: #BC7C01; }
span { border-color: rgb(188,124,1); }
td.TdClassName
{
border-color: #BC7C01;
}
.TagClassName
{
border-color: #BC7C01;
}
</style>