Shades of Dark Goldenrod #BC9800
Tints of Dark Goldenrod #BC9800
RGB
CMYK
RGB Variations
Color information
#BC9800 (or 0xBC9800) is known color: Dark Goldenrod. HEX triplet: BC, 98 and 00. RGB value is (188,152,0). Sum of RGB (Red+Green+Blue) = 188+152+0=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9800 is #4367FF. Grayscale: #929292. Windows color (decimal): -4417536 or 39100. OLE color: 39100.
HSL color Cylindrical-coordinate representation of color #BC9800: hue angle of 48.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC9800 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.26 |
| HSL | 48.51º | 1% | 0.37% | - |
| HSV(B) | 48.51º | 1% | 0.74% | - |
| XYZ | 31.97 | 33.15 | 4.71 | - |
| YUV | 145.44 | 45.93 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 0 | 0 | 0.19 | 1 | 0.26 | 48.51 | 1 | 0.37 |
| Hex | BC | 98 | 0 | 0 | 13 | 64 | 1A | 31 | 64 | 25 |
| Octal | 274 | 230 | 0 | 0 | 23 | 144 | 32 | 61 | 144 | 45 |
| Binary | 10111100 | 10011000 | 0 | 0 | 10011 | 1100100 | 11010 | 110001 | 1100100 | 100101 |
Color Harmonies of #BC9800
Complementary color
Monochromatic Colors of #BC9800
Black with #BC9800
Text Example
Text Example
White with #BC9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9800; }
p { color: rgb(188,152,0); }
H1.HeaderClassName
{
color: #BC9800;
}
.AnyTagClassName
{
color: #BC9800;
}
</style>
background-color css
<style>
a { background-color: #BC9800; }
a { background-color: rgb(188,152,0); }
div.DivClassName
{
background-color: #BC9800;
}
.BgClassName
{
background-color: #BC9800;
}
</style>
border-color css
<style>
span { border-color: #BC9800; }
span { border-color: rgb(188,152,0); }
td.TdClassName
{
border-color: #BC9800;
}
.TagClassName
{
border-color: #BC9800;
}
</style>