Shades of Dark Goldenrod #BC8617
Tints of Dark Goldenrod #BC8617
RGB
CMYK
RGB Variations
Color information
#BC8617 (or 0xBC8617) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 17. RGB value is (188,134,23). Sum of RGB (Red+Green+Blue) = 188+134+23=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8617 is #4379E8. Grayscale: #898989. Windows color (decimal): -4422121 or 1541820. OLE color: 1541820.
HSL color Cylindrical-coordinate representation of color #BC8617: hue angle of 40.36º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC8617 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 23 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.26 |
| HSL | 40.36º | 0.78% | 0.41% | - |
| HSV(B) | 40.36º | 0.88% | 0.74% | - |
| XYZ | 29.42 | 27.8 | 4.63 | - |
| YUV | 137.49 | 63.39 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 23 | 0 | 0.29 | 0.88 | 0.26 | 40.36 | 0.78 | 0.41 |
| Hex | BC | 86 | 17 | 0 | 1D | 58 | 1A | 28 | 4E | 29 |
| Octal | 274 | 206 | 27 | 0 | 35 | 130 | 32 | 50 | 116 | 51 |
| Binary | 10111100 | 10000110 | 10111 | 0 | 11101 | 1011000 | 11010 | 101000 | 1001110 | 101001 |
Color Harmonies of #BC8617
Complementary color
Monochromatic Colors of #BC8617
Black with #BC8617
Text Example
Text Example
White with #BC8617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8617; }
p { color: rgb(188,134,23); }
H1.HeaderClassName
{
color: #BC8617;
}
.AnyTagClassName
{
color: #BC8617;
}
</style>
background-color css
<style>
a { background-color: #BC8617; }
a { background-color: rgb(188,134,23); }
div.DivClassName
{
background-color: #BC8617;
}
.BgClassName
{
background-color: #BC8617;
}
</style>
border-color css
<style>
span { border-color: #BC8617; }
span { border-color: rgb(188,134,23); }
td.TdClassName
{
border-color: #BC8617;
}
.TagClassName
{
border-color: #BC8617;
}
</style>