Shades of Dark Goldenrod #BC7A05
Tints of Dark Goldenrod #BC7A05
RGB
CMYK
RGB Variations
Color information
#BC7A05 (or 0xBC7A05) is known color: Dark Goldenrod. HEX triplet: BC, 7A and 05. RGB value is (188,122,5). Sum of RGB (Red+Green+Blue) = 188+122+5=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7A05 is #4385FA. Grayscale: #808080. Windows color (decimal): -4425211 or 359100. OLE color: 359100.
HSL color Cylindrical-coordinate representation of color #BC7A05: hue angle of 38.36º 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 #BC7A05 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.26 |
| HSL | 38.36º | 0.95% | 0.38% | - |
| HSV(B) | 38.36º | 0.97% | 0.74% | - |
| XYZ | 27.73 | 24.62 | 3.43 | - |
| YUV | 128.4 | 58.37 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 5 | 0 | 0.35 | 0.97 | 0.26 | 38.36 | 0.95 | 0.38 |
| Hex | BC | 7A | 5 | 0 | 23 | 61 | 1A | 26 | 5F | 26 |
| Octal | 274 | 172 | 5 | 0 | 43 | 141 | 32 | 46 | 137 | 46 |
| Binary | 10111100 | 1111010 | 101 | 0 | 100011 | 1100001 | 11010 | 100110 | 1011111 | 100110 |
Color Harmonies of #BC7A05
Complementary color
Monochromatic Colors of #BC7A05
Black with #BC7A05
Text Example
Text Example
White with #BC7A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A05; }
p { color: rgb(188,122,5); }
H1.HeaderClassName
{
color: #BC7A05;
}
.AnyTagClassName
{
color: #BC7A05;
}
</style>
background-color css
<style>
a { background-color: #BC7A05; }
a { background-color: rgb(188,122,5); }
div.DivClassName
{
background-color: #BC7A05;
}
.BgClassName
{
background-color: #BC7A05;
}
</style>
border-color css
<style>
span { border-color: #BC7A05; }
span { border-color: rgb(188,122,5); }
td.TdClassName
{
border-color: #BC7A05;
}
.TagClassName
{
border-color: #BC7A05;
}
</style>