Shades of Twine #BC885D
Tints of Twine #BC885D
RGB
CMYK
RGB Variations
Color information
#BC885D (or 0xBC885D) is known color: Twine. HEX triplet: BC, 88 and 5D. RGB value is (188,136,93). Sum of RGB (Red+Green+Blue) = 188+136+93=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC885D is #4377A2. Grayscale: #929292. Windows color (decimal): -4421539 or 6129852. OLE color: 6129852.
HSL color Cylindrical-coordinate representation of color #BC885D: hue angle of 27.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC885D is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 93 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.26 |
| HSL | 27.16º | 0.41% | 0.55% | - |
| HSV(B) | 27.16º | 0.51% | 0.74% | - |
| XYZ | 31.52 | 29.09 | 14.31 | - |
| YUV | 146.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 93 | 0 | 0.28 | 0.51 | 0.26 | 27.16 | 0.41 | 0.55 |
| Hex | BC | 88 | 5D | 0 | 1C | 33 | 1A | 1B | 29 | 37 |
| Octal | 274 | 210 | 135 | 0 | 34 | 63 | 32 | 33 | 51 | 67 |
| Binary | 10111100 | 10001000 | 1011101 | 0 | 11100 | 110011 | 11010 | 11011 | 101001 | 110111 |
Color Harmonies of #BC885D
Complementary color
Monochromatic Colors of #BC885D
Black with #BC885D
Text Example
Text Example
White with #BC885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC885D; }
p { color: rgb(188,136,93); }
H1.HeaderClassName
{
color: #BC885D;
}
.AnyTagClassName
{
color: #BC885D;
}
</style>
background-color css
<style>
a { background-color: #BC885D; }
a { background-color: rgb(188,136,93); }
div.DivClassName
{
background-color: #BC885D;
}
.BgClassName
{
background-color: #BC885D;
}
</style>
border-color css
<style>
span { border-color: #BC885D; }
span { border-color: rgb(188,136,93); }
td.TdClassName
{
border-color: #BC885D;
}
.TagClassName
{
border-color: #BC885D;
}
</style>