Shades of Dark Goldenrod #BC820B
Tints of Dark Goldenrod #BC820B
RGB
CMYK
RGB Variations
Color information
#BC820B (or 0xBC820B) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 0B. RGB value is (188,130,11). Sum of RGB (Red+Green+Blue) = 188+130+11=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC820B is #437DF4. Grayscale: #868686. Windows color (decimal): -4423157 or 754364. OLE color: 754364.
HSL color Cylindrical-coordinate representation of color #BC820B: hue angle of 40.34º 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 #BC820B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.26 |
| HSL | 40.34º | 0.89% | 0.39% | - |
| HSV(B) | 40.34º | 0.94% | 0.74% | - |
| XYZ | 28.78 | 26.68 | 3.95 | - |
| YUV | 133.78 | 58.72 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 11 | 0 | 0.31 | 0.94 | 0.26 | 40.34 | 0.89 | 0.39 |
| Hex | BC | 82 | B | 0 | 1F | 5E | 1A | 28 | 59 | 27 |
| Octal | 274 | 202 | 13 | 0 | 37 | 136 | 32 | 50 | 131 | 47 |
| Binary | 10111100 | 10000010 | 1011 | 0 | 11111 | 1011110 | 11010 | 101000 | 1011001 | 100111 |
Color Harmonies of #BC820B
Complementary color
Monochromatic Colors of #BC820B
Black with #BC820B
Text Example
Text Example
White with #BC820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC820B; }
p { color: rgb(188,130,11); }
H1.HeaderClassName
{
color: #BC820B;
}
.AnyTagClassName
{
color: #BC820B;
}
</style>
background-color css
<style>
a { background-color: #BC820B; }
a { background-color: rgb(188,130,11); }
div.DivClassName
{
background-color: #BC820B;
}
.BgClassName
{
background-color: #BC820B;
}
</style>
border-color css
<style>
span { border-color: #BC820B; }
span { border-color: rgb(188,130,11); }
td.TdClassName
{
border-color: #BC820B;
}
.TagClassName
{
border-color: #BC820B;
}
</style>