Shades of Dark Goldenrod #BC821C
Tints of Dark Goldenrod #BC821C
RGB
CMYK
RGB Variations
Color information
#BC821C (or 0xBC821C) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 1C. RGB value is (188,130,28). Sum of RGB (Red+Green+Blue) = 188+130+28=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC821C is #437DE3. Grayscale: #888888. Windows color (decimal): -4423140 or 1868476. OLE color: 1868476.
HSL color Cylindrical-coordinate representation of color #BC821C: hue angle of 38.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC821C is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 28 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.26 |
| HSL | 38.25º | 0.74% | 0.42% | - |
| HSV(B) | 38.25º | 0.85% | 0.74% | - |
| XYZ | 28.93 | 26.74 | 4.74 | - |
| YUV | 135.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 28 | 0 | 0.31 | 0.85 | 0.26 | 38.25 | 0.74 | 0.42 |
| Hex | BC | 82 | 1C | 0 | 1F | 55 | 1A | 26 | 4A | 2A |
| Octal | 274 | 202 | 34 | 0 | 37 | 125 | 32 | 46 | 112 | 52 |
| Binary | 10111100 | 10000010 | 11100 | 0 | 11111 | 1010101 | 11010 | 100110 | 1001010 | 101010 |
Color Harmonies of #BC821C
Complementary color
Monochromatic Colors of #BC821C
Black with #BC821C
Text Example
Text Example
White with #BC821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC821C; }
p { color: rgb(188,130,28); }
H1.HeaderClassName
{
color: #BC821C;
}
.AnyTagClassName
{
color: #BC821C;
}
</style>
background-color css
<style>
a { background-color: #BC821C; }
a { background-color: rgb(188,130,28); }
div.DivClassName
{
background-color: #BC821C;
}
.BgClassName
{
background-color: #BC821C;
}
</style>
border-color css
<style>
span { border-color: #BC821C; }
span { border-color: rgb(188,130,28); }
td.TdClassName
{
border-color: #BC821C;
}
.TagClassName
{
border-color: #BC821C;
}
</style>