Shades of Dark Goldenrod #BC800B
Tints of Dark Goldenrod #BC800B
RGB
CMYK
RGB Variations
Color information
#BC800B (or 0xBC800B) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 0B. RGB value is (188,128,11). Sum of RGB (Red+Green+Blue) = 188+128+11=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC800B is #437FF4. Grayscale: #858585. Windows color (decimal): -4423669 or 753852. OLE color: 753852.
HSL color Cylindrical-coordinate representation of color #BC800B: hue angle of 39.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC800B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.26 |
| HSL | 39.66º | 0.89% | 0.39% | - |
| HSV(B) | 39.66º | 0.94% | 0.74% | - |
| XYZ | 28.52 | 26.15 | 3.86 | - |
| YUV | 132.6 | 59.38 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 11 | 0 | 0.32 | 0.94 | 0.26 | 39.66 | 0.89 | 0.39 |
| Hex | BC | 80 | B | 0 | 20 | 5E | 1A | 28 | 59 | 27 |
| Octal | 274 | 200 | 13 | 0 | 40 | 136 | 32 | 50 | 131 | 47 |
| Binary | 10111100 | 10000000 | 1011 | 0 | 100000 | 1011110 | 11010 | 101000 | 1011001 | 100111 |
Color Harmonies of #BC800B
Complementary color
Monochromatic Colors of #BC800B
Black with #BC800B
Text Example
Text Example
White with #BC800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC800B; }
p { color: rgb(188,128,11); }
H1.HeaderClassName
{
color: #BC800B;
}
.AnyTagClassName
{
color: #BC800B;
}
</style>
background-color css
<style>
a { background-color: #BC800B; }
a { background-color: rgb(188,128,11); }
div.DivClassName
{
background-color: #BC800B;
}
.BgClassName
{
background-color: #BC800B;
}
</style>
border-color css
<style>
span { border-color: #BC800B; }
span { border-color: rgb(188,128,11); }
td.TdClassName
{
border-color: #BC800B;
}
.TagClassName
{
border-color: #BC800B;
}
</style>