Shades of Twine #BC855B
Tints of Twine #BC855B
RGB
CMYK
RGB Variations
Color information
#BC855B (or 0xBC855B) is known color: Twine. HEX triplet: BC, 85 and 5B. RGB value is (188,133,91). Sum of RGB (Red+Green+Blue) = 188+133+91=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC855B is #437AA4. Grayscale: #909090. Windows color (decimal): -4422309 or 5998012. OLE color: 5998012.
HSL color Cylindrical-coordinate representation of color #BC855B: hue angle of 25.98º 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 #BC855B is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 91 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.26 |
| HSL | 25.98º | 0.42% | 0.55% | - |
| HSV(B) | 25.98º | 0.52% | 0.74% | - |
| XYZ | 31.01 | 28.22 | 13.71 | - |
| YUV | 144.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 91 | 0 | 0.29 | 0.52 | 0.26 | 25.98 | 0.42 | 0.55 |
| Hex | BC | 85 | 5B | 0 | 1D | 34 | 1A | 1A | 2A | 37 |
| Octal | 274 | 205 | 133 | 0 | 35 | 64 | 32 | 32 | 52 | 67 |
| Binary | 10111100 | 10000101 | 1011011 | 0 | 11101 | 110100 | 11010 | 11010 | 101010 | 110111 |
Color Harmonies of #BC855B
Complementary color
Monochromatic Colors of #BC855B
Black with #BC855B
Text Example
Text Example
White with #BC855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC855B; }
p { color: rgb(188,133,91); }
H1.HeaderClassName
{
color: #BC855B;
}
.AnyTagClassName
{
color: #BC855B;
}
</style>
background-color css
<style>
a { background-color: #BC855B; }
a { background-color: rgb(188,133,91); }
div.DivClassName
{
background-color: #BC855B;
}
.BgClassName
{
background-color: #BC855B;
}
</style>
border-color css
<style>
span { border-color: #BC855B; }
span { border-color: rgb(188,133,91); }
td.TdClassName
{
border-color: #BC855B;
}
.TagClassName
{
border-color: #BC855B;
}
</style>