Shades of Dark Goldenrod #BC7201
Tints of Dark Goldenrod #BC7201
RGB
CMYK
RGB Variations
Color information
#BC7201 (or 0xBC7201) is known color: Dark Goldenrod. HEX triplet: BC, 72 and 01. RGB value is (188,114,1). Sum of RGB (Red+Green+Blue) = 188+114+1=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7201 is #438DFE. Grayscale: #7B7B7B. Windows color (decimal): -4427263 or 94908. OLE color: 94908.
HSL color Cylindrical-coordinate representation of color #BC7201: hue angle of 36.26º 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 #BC7201 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.26 |
| HSL | 36.26º | 0.99% | 0.37% | - |
| HSV(B) | 36.26º | 0.99% | 0.74% | - |
| XYZ | 26.76 | 22.73 | 3.01 | - |
| YUV | 123.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 1 | 0 | 0.39 | 0.99 | 0.26 | 36.26 | 0.99 | 0.37 |
| Hex | BC | 72 | 1 | 0 | 27 | 63 | 1A | 24 | 63 | 25 |
| Octal | 274 | 162 | 1 | 0 | 47 | 143 | 32 | 44 | 143 | 45 |
| Binary | 10111100 | 1110010 | 1 | 0 | 100111 | 1100011 | 11010 | 100100 | 1100011 | 100101 |
Color Harmonies of #BC7201
Complementary color
Monochromatic Colors of #BC7201
Black with #BC7201
Text Example
Text Example
White with #BC7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7201; }
p { color: rgb(188,114,1); }
H1.HeaderClassName
{
color: #BC7201;
}
.AnyTagClassName
{
color: #BC7201;
}
</style>
background-color css
<style>
a { background-color: #BC7201; }
a { background-color: rgb(188,114,1); }
div.DivClassName
{
background-color: #BC7201;
}
.BgClassName
{
background-color: #BC7201;
}
</style>
border-color css
<style>
span { border-color: #BC7201; }
span { border-color: rgb(188,114,1); }
td.TdClassName
{
border-color: #BC7201;
}
.TagClassName
{
border-color: #BC7201;
}
</style>