Shades of Dark Goldenrod #BC8305
Tints of Dark Goldenrod #BC8305
RGB
CMYK
RGB Variations
Color information
#BC8305 (or 0xBC8305) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 05. RGB value is (188,131,5). Sum of RGB (Red+Green+Blue) = 188+131+5=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8305 is #437CFA. Grayscale: #868686. Windows color (decimal): -4422907 or 361404. OLE color: 361404.
HSL color Cylindrical-coordinate representation of color #BC8305: hue angle of 41.31º 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 #BC8305 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.26 |
| HSL | 41.31º | 0.95% | 0.38% | - |
| HSV(B) | 41.31º | 0.97% | 0.74% | - |
| XYZ | 28.88 | 26.93 | 3.82 | - |
| YUV | 133.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 5 | 0 | 0.30 | 0.97 | 0.26 | 41.31 | 0.95 | 0.38 |
| Hex | BC | 83 | 5 | 0 | 1E | 61 | 1A | 29 | 5F | 26 |
| Octal | 274 | 203 | 5 | 0 | 36 | 141 | 32 | 51 | 137 | 46 |
| Binary | 10111100 | 10000011 | 101 | 0 | 11110 | 1100001 | 11010 | 101001 | 1011111 | 100110 |
Color Harmonies of #BC8305
Complementary color
Monochromatic Colors of #BC8305
Black with #BC8305
Text Example
Text Example
White with #BC8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8305; }
p { color: rgb(188,131,5); }
H1.HeaderClassName
{
color: #BC8305;
}
.AnyTagClassName
{
color: #BC8305;
}
</style>
background-color css
<style>
a { background-color: #BC8305; }
a { background-color: rgb(188,131,5); }
div.DivClassName
{
background-color: #BC8305;
}
.BgClassName
{
background-color: #BC8305;
}
</style>
border-color css
<style>
span { border-color: #BC8305; }
span { border-color: rgb(188,131,5); }
td.TdClassName
{
border-color: #BC8305;
}
.TagClassName
{
border-color: #BC8305;
}
</style>