Shades of Twine #BC8D5B
Tints of Twine #BC8D5B
RGB
CMYK
RGB Variations
Color information
#BC8D5B (or 0xBC8D5B) is known color: Twine. HEX triplet: BC, 8D and 5B. RGB value is (188,141,91). Sum of RGB (Red+Green+Blue) = 188+141+91=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D5B is #4372A4. Grayscale: #959595. Windows color (decimal): -4420261 or 6000060. OLE color: 6000060.
HSL color Cylindrical-coordinate representation of color #BC8D5B: hue angle of 30.93º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC8D5B is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 91 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.26 |
| HSL | 30.93º | 0.42% | 0.55% | - |
| HSV(B) | 30.93º | 0.52% | 0.74% | - |
| XYZ | 32.15 | 30.5 | 14.09 | - |
| YUV | 149.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 91 | 0 | 0.25 | 0.52 | 0.26 | 30.93 | 0.42 | 0.55 |
| Hex | BC | 8D | 5B | 0 | 19 | 34 | 1A | 1F | 2A | 37 |
| Octal | 274 | 215 | 133 | 0 | 31 | 64 | 32 | 37 | 52 | 67 |
| Binary | 10111100 | 10001101 | 1011011 | 0 | 11001 | 110100 | 11010 | 11111 | 101010 | 110111 |
Color Harmonies of #BC8D5B
Complementary color
Monochromatic Colors of #BC8D5B
Black with #BC8D5B
Text Example
Text Example
White with #BC8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D5B; }
p { color: rgb(188,141,91); }
H1.HeaderClassName
{
color: #BC8D5B;
}
.AnyTagClassName
{
color: #BC8D5B;
}
</style>
background-color css
<style>
a { background-color: #BC8D5B; }
a { background-color: rgb(188,141,91); }
div.DivClassName
{
background-color: #BC8D5B;
}
.BgClassName
{
background-color: #BC8D5B;
}
</style>
border-color css
<style>
span { border-color: #BC8D5B; }
span { border-color: rgb(188,141,91); }
td.TdClassName
{
border-color: #BC8D5B;
}
.TagClassName
{
border-color: #BC8D5B;
}
</style>