Shades of Dark Goldenrod #BC7101
Tints of Dark Goldenrod #BC7101
RGB
CMYK
RGB Variations
Color information
#BC7101 (or 0xBC7101) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 01. RGB value is (188,113,1). Sum of RGB (Red+Green+Blue) = 188+113+1=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7101 is #438EFE. Grayscale: #7B7B7B. Windows color (decimal): -4427519 or 94652. OLE color: 94652.
HSL color Cylindrical-coordinate representation of color #BC7101: hue angle of 35.94º 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 #BC7101 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.26 |
| HSL | 35.94º | 0.99% | 0.37% | - |
| HSV(B) | 35.94º | 0.99% | 0.74% | - |
| XYZ | 26.65 | 22.5 | 2.97 | - |
| YUV | 122.66 | 59.35 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 1 | 0 | 0.40 | 0.99 | 0.26 | 35.94 | 0.99 | 0.37 |
| Hex | BC | 71 | 1 | 0 | 28 | 63 | 1A | 24 | 63 | 25 |
| Octal | 274 | 161 | 1 | 0 | 50 | 143 | 32 | 44 | 143 | 45 |
| Binary | 10111100 | 1110001 | 1 | 0 | 101000 | 1100011 | 11010 | 100100 | 1100011 | 100101 |
Color Harmonies of #BC7101
Complementary color
Monochromatic Colors of #BC7101
Black with #BC7101
Text Example
Text Example
White with #BC7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7101; }
p { color: rgb(188,113,1); }
H1.HeaderClassName
{
color: #BC7101;
}
.AnyTagClassName
{
color: #BC7101;
}
</style>
background-color css
<style>
a { background-color: #BC7101; }
a { background-color: rgb(188,113,1); }
div.DivClassName
{
background-color: #BC7101;
}
.BgClassName
{
background-color: #BC7101;
}
</style>
border-color css
<style>
span { border-color: #BC7101; }
span { border-color: rgb(188,113,1); }
td.TdClassName
{
border-color: #BC7101;
}
.TagClassName
{
border-color: #BC7101;
}
</style>