Shades of Dark Goldenrod #BC7705
Tints of Dark Goldenrod #BC7705
RGB
CMYK
RGB Variations
Color information
#BC7705 (or 0xBC7705) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 05. RGB value is (188,119,5). Sum of RGB (Red+Green+Blue) = 188+119+5=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7705 is #4388FA. Grayscale: #7F7F7F. Windows color (decimal): -4425979 or 358332. OLE color: 358332.
HSL color Cylindrical-coordinate representation of color #BC7705: hue angle of 37.38º 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 #BC7705 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.26 |
| HSL | 37.38º | 0.95% | 0.38% | - |
| HSV(B) | 37.38º | 0.97% | 0.74% | - |
| XYZ | 27.36 | 23.9 | 3.31 | - |
| YUV | 126.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 5 | 0 | 0.37 | 0.97 | 0.26 | 37.38 | 0.95 | 0.38 |
| Hex | BC | 77 | 5 | 0 | 25 | 61 | 1A | 25 | 5F | 26 |
| Octal | 274 | 167 | 5 | 0 | 45 | 141 | 32 | 45 | 137 | 46 |
| Binary | 10111100 | 1110111 | 101 | 0 | 100101 | 1100001 | 11010 | 100101 | 1011111 | 100110 |
Color Harmonies of #BC7705
Complementary color
Monochromatic Colors of #BC7705
Black with #BC7705
Text Example
Text Example
White with #BC7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7705; }
p { color: rgb(188,119,5); }
H1.HeaderClassName
{
color: #BC7705;
}
.AnyTagClassName
{
color: #BC7705;
}
</style>
background-color css
<style>
a { background-color: #BC7705; }
a { background-color: rgb(188,119,5); }
div.DivClassName
{
background-color: #BC7705;
}
.BgClassName
{
background-color: #BC7705;
}
</style>
border-color css
<style>
span { border-color: #BC7705; }
span { border-color: rgb(188,119,5); }
td.TdClassName
{
border-color: #BC7705;
}
.TagClassName
{
border-color: #BC7705;
}
</style>