Shades of Dark Goldenrod #BC871B
Tints of Dark Goldenrod #BC871B
RGB
CMYK
RGB Variations
Color information
#BC871B (or 0xBC871B) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 1B. RGB value is (188,135,27). Sum of RGB (Red+Green+Blue) = 188+135+27=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC871B is #4378E4. Grayscale: #8B8B8B. Windows color (decimal): -4421861 or 1804220. OLE color: 1804220.
HSL color Cylindrical-coordinate representation of color #BC871B: hue angle of 40.25º 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 #BC871B is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 27 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.26 |
| HSL | 40.25º | 0.75% | 0.42% | - |
| HSV(B) | 40.25º | 0.86% | 0.74% | - |
| XYZ | 29.6 | 28.1 | 4.9 | - |
| YUV | 138.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 27 | 0 | 0.28 | 0.86 | 0.26 | 40.25 | 0.75 | 0.42 |
| Hex | BC | 87 | 1B | 0 | 1C | 56 | 1A | 28 | 4B | 2A |
| Octal | 274 | 207 | 33 | 0 | 34 | 126 | 32 | 50 | 113 | 52 |
| Binary | 10111100 | 10000111 | 11011 | 0 | 11100 | 1010110 | 11010 | 101000 | 1001011 | 101010 |
Color Harmonies of #BC871B
Complementary color
Monochromatic Colors of #BC871B
Black with #BC871B
Text Example
Text Example
White with #BC871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC871B; }
p { color: rgb(188,135,27); }
H1.HeaderClassName
{
color: #BC871B;
}
.AnyTagClassName
{
color: #BC871B;
}
</style>
background-color css
<style>
a { background-color: #BC871B; }
a { background-color: rgb(188,135,27); }
div.DivClassName
{
background-color: #BC871B;
}
.BgClassName
{
background-color: #BC871B;
}
</style>
border-color css
<style>
span { border-color: #BC871B; }
span { border-color: rgb(188,135,27); }
td.TdClassName
{
border-color: #BC871B;
}
.TagClassName
{
border-color: #BC871B;
}
</style>