Shades of Dark Goldenrod #BC831C
Tints of Dark Goldenrod #BC831C
RGB
CMYK
RGB Variations
Color information
#BC831C (or 0xBC831C) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 1C. RGB value is (188,131,28). Sum of RGB (Red+Green+Blue) = 188+131+28=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC831C is #437CE3. Grayscale: #888888. Windows color (decimal): -4422884 or 1868732. OLE color: 1868732.
HSL color Cylindrical-coordinate representation of color #BC831C: hue angle of 38.62º 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 #BC831C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 28 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.26 |
| HSL | 38.63º | 0.74% | 0.42% | - |
| HSV(B) | 38.63º | 0.85% | 0.74% | - |
| XYZ | 29.06 | 27.01 | 4.78 | - |
| YUV | 136.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 28 | 0 | 0.30 | 0.85 | 0.26 | 38.63 | 0.74 | 0.42 |
| Hex | BC | 83 | 1C | 0 | 1E | 55 | 1A | 27 | 4A | 2A |
| Octal | 274 | 203 | 34 | 0 | 36 | 125 | 32 | 47 | 112 | 52 |
| Binary | 10111100 | 10000011 | 11100 | 0 | 11110 | 1010101 | 11010 | 100111 | 1001010 | 101010 |
Color Harmonies of #BC831C
Complementary color
Monochromatic Colors of #BC831C
Black with #BC831C
Text Example
Text Example
White with #BC831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC831C; }
p { color: rgb(188,131,28); }
H1.HeaderClassName
{
color: #BC831C;
}
.AnyTagClassName
{
color: #BC831C;
}
</style>
background-color css
<style>
a { background-color: #BC831C; }
a { background-color: rgb(188,131,28); }
div.DivClassName
{
background-color: #BC831C;
}
.BgClassName
{
background-color: #BC831C;
}
</style>
border-color css
<style>
span { border-color: #BC831C; }
span { border-color: rgb(188,131,28); }
td.TdClassName
{
border-color: #BC831C;
}
.TagClassName
{
border-color: #BC831C;
}
</style>