Shades of Dark Goldenrod #BC831B
Tints of Dark Goldenrod #BC831B
RGB
CMYK
RGB Variations
Color information
#BC831B (or 0xBC831B) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 1B. RGB value is (188,131,27). Sum of RGB (Red+Green+Blue) = 188+131+27=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC831B is #437CE4. Grayscale: #888888. Windows color (decimal): -4422885 or 1803196. OLE color: 1803196.
HSL color Cylindrical-coordinate representation of color #BC831B: hue angle of 38.76º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC831B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 27 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.26 |
| HSL | 38.76º | 0.75% | 0.42% | - |
| HSV(B) | 38.76º | 0.86% | 0.74% | - |
| XYZ | 29.05 | 27 | 4.72 | - |
| YUV | 136.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 27 | 0 | 0.30 | 0.86 | 0.26 | 38.76 | 0.75 | 0.42 |
| Hex | BC | 83 | 1B | 0 | 1E | 56 | 1A | 27 | 4B | 2A |
| Octal | 274 | 203 | 33 | 0 | 36 | 126 | 32 | 47 | 113 | 52 |
| Binary | 10111100 | 10000011 | 11011 | 0 | 11110 | 1010110 | 11010 | 100111 | 1001011 | 101010 |
Color Harmonies of #BC831B
Complementary color
Monochromatic Colors of #BC831B
Black with #BC831B
Text Example
Text Example
White with #BC831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC831B; }
p { color: rgb(188,131,27); }
H1.HeaderClassName
{
color: #BC831B;
}
.AnyTagClassName
{
color: #BC831B;
}
</style>
background-color css
<style>
a { background-color: #BC831B; }
a { background-color: rgb(188,131,27); }
div.DivClassName
{
background-color: #BC831B;
}
.BgClassName
{
background-color: #BC831B;
}
</style>
border-color css
<style>
span { border-color: #BC831B; }
span { border-color: rgb(188,131,27); }
td.TdClassName
{
border-color: #BC831B;
}
.TagClassName
{
border-color: #BC831B;
}
</style>