Shades of Dark Goldenrod #BC8105
Tints of Dark Goldenrod #BC8105
RGB
CMYK
RGB Variations
Color information
#BC8105 (or 0xBC8105) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 05. RGB value is (188,129,5). Sum of RGB (Red+Green+Blue) = 188+129+5=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8105 is #437EFA. Grayscale: #858585. Windows color (decimal): -4423419 or 360892. OLE color: 360892.
HSL color Cylindrical-coordinate representation of color #BC8105: hue angle of 40.66º 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 #BC8105 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.26 |
| HSL | 40.66º | 0.95% | 0.38% | - |
| HSV(B) | 40.66º | 0.97% | 0.74% | - |
| XYZ | 28.62 | 26.4 | 3.73 | - |
| YUV | 132.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 5 | 0 | 0.31 | 0.97 | 0.26 | 40.66 | 0.95 | 0.38 |
| Hex | BC | 81 | 5 | 0 | 1F | 61 | 1A | 29 | 5F | 26 |
| Octal | 274 | 201 | 5 | 0 | 37 | 141 | 32 | 51 | 137 | 46 |
| Binary | 10111100 | 10000001 | 101 | 0 | 11111 | 1100001 | 11010 | 101001 | 1011111 | 100110 |
Color Harmonies of #BC8105
Complementary color
Monochromatic Colors of #BC8105
Black with #BC8105
Text Example
Text Example
White with #BC8105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8105; }
p { color: rgb(188,129,5); }
H1.HeaderClassName
{
color: #BC8105;
}
.AnyTagClassName
{
color: #BC8105;
}
</style>
background-color css
<style>
a { background-color: #BC8105; }
a { background-color: rgb(188,129,5); }
div.DivClassName
{
background-color: #BC8105;
}
.BgClassName
{
background-color: #BC8105;
}
</style>
border-color css
<style>
span { border-color: #BC8105; }
span { border-color: rgb(188,129,5); }
td.TdClassName
{
border-color: #BC8105;
}
.TagClassName
{
border-color: #BC8105;
}
</style>