Shades of Dark Goldenrod #BC830D
Tints of Dark Goldenrod #BC830D
RGB
CMYK
RGB Variations
Color information
#BC830D (or 0xBC830D) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 0D. RGB value is (188,131,13). Sum of RGB (Red+Green+Blue) = 188+131+13=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC830D is #437CF2. Grayscale: #878787. Windows color (decimal): -4422899 or 885692. OLE color: 885692.
HSL color Cylindrical-coordinate representation of color #BC830D: hue angle of 40.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC830D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 13 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.26 |
| HSL | 40.46º | 0.87% | 0.39% | - |
| HSV(B) | 40.46º | 0.93% | 0.74% | - |
| XYZ | 28.93 | 26.95 | 4.06 | - |
| YUV | 134.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 13 | 0 | 0.30 | 0.93 | 0.26 | 40.46 | 0.87 | 0.39 |
| Hex | BC | 83 | D | 0 | 1E | 5D | 1A | 28 | 57 | 27 |
| Octal | 274 | 203 | 15 | 0 | 36 | 135 | 32 | 50 | 127 | 47 |
| Binary | 10111100 | 10000011 | 1101 | 0 | 11110 | 1011101 | 11010 | 101000 | 1010111 | 100111 |
Color Harmonies of #BC830D
Complementary color
Monochromatic Colors of #BC830D
Black with #BC830D
Text Example
Text Example
White with #BC830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC830D; }
p { color: rgb(188,131,13); }
H1.HeaderClassName
{
color: #BC830D;
}
.AnyTagClassName
{
color: #BC830D;
}
</style>
background-color css
<style>
a { background-color: #BC830D; }
a { background-color: rgb(188,131,13); }
div.DivClassName
{
background-color: #BC830D;
}
.BgClassName
{
background-color: #BC830D;
}
</style>
border-color css
<style>
span { border-color: #BC830D; }
span { border-color: rgb(188,131,13); }
td.TdClassName
{
border-color: #BC830D;
}
.TagClassName
{
border-color: #BC830D;
}
</style>