Shades of Dark Goldenrod #BC8905
Tints of Dark Goldenrod #BC8905
RGB
CMYK
RGB Variations
Color information
#BC8905 (or 0xBC8905) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 05. RGB value is (188,137,5). Sum of RGB (Red+Green+Blue) = 188+137+5=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8905 is #4376FA. Grayscale: #898989. Windows color (decimal): -4421371 or 362940. OLE color: 362940.
HSL color Cylindrical-coordinate representation of color #BC8905: hue angle of 43.28º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC8905 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 5 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.26 |
| HSL | 43.28º | 0.95% | 0.38% | - |
| HSV(B) | 43.28º | 0.97% | 0.74% | - |
| XYZ | 29.71 | 28.59 | 4.1 | - |
| YUV | 137.2 | 53.4 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 5 | 0 | 0.27 | 0.97 | 0.26 | 43.28 | 0.95 | 0.38 |
| Hex | BC | 89 | 5 | 0 | 1B | 61 | 1A | 2B | 5F | 26 |
| Octal | 274 | 211 | 5 | 0 | 33 | 141 | 32 | 53 | 137 | 46 |
| Binary | 10111100 | 10001001 | 101 | 0 | 11011 | 1100001 | 11010 | 101011 | 1011111 | 100110 |
Color Harmonies of #BC8905
Complementary color
Monochromatic Colors of #BC8905
Black with #BC8905
Text Example
Text Example
White with #BC8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8905; }
p { color: rgb(188,137,5); }
H1.HeaderClassName
{
color: #BC8905;
}
.AnyTagClassName
{
color: #BC8905;
}
</style>
background-color css
<style>
a { background-color: #BC8905; }
a { background-color: rgb(188,137,5); }
div.DivClassName
{
background-color: #BC8905;
}
.BgClassName
{
background-color: #BC8905;
}
</style>
border-color css
<style>
span { border-color: #BC8905; }
span { border-color: rgb(188,137,5); }
td.TdClassName
{
border-color: #BC8905;
}
.TagClassName
{
border-color: #BC8905;
}
</style>