Shades of Twine #BC855F
Tints of Twine #BC855F
RGB
CMYK
RGB Variations
Color information
#BC855F (or 0xBC855F) is known color: Twine. HEX triplet: BC, 85 and 5F. RGB value is (188,133,95). Sum of RGB (Red+Green+Blue) = 188+133+95=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC855F is #437AA0. Grayscale: #919191. Windows color (decimal): -4422305 or 6260156. OLE color: 6260156.
HSL color Cylindrical-coordinate representation of color #BC855F: hue angle of 24.52º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC855F is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 95 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.26 |
| HSL | 24.52º | 0.41% | 0.55% | - |
| HSV(B) | 24.52º | 0.49% | 0.74% | - |
| XYZ | 31.19 | 28.29 | 14.64 | - |
| YUV | 145.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 95 | 0 | 0.29 | 0.49 | 0.26 | 24.52 | 0.41 | 0.55 |
| Hex | BC | 85 | 5F | 0 | 1D | 31 | 1A | 19 | 29 | 37 |
| Octal | 274 | 205 | 137 | 0 | 35 | 61 | 32 | 31 | 51 | 67 |
| Binary | 10111100 | 10000101 | 1011111 | 0 | 11101 | 110001 | 11010 | 11001 | 101001 | 110111 |
Color Harmonies of #BC855F
Complementary color
Monochromatic Colors of #BC855F
Black with #BC855F
Text Example
Text Example
White with #BC855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC855F; }
p { color: rgb(188,133,95); }
H1.HeaderClassName
{
color: #BC855F;
}
.AnyTagClassName
{
color: #BC855F;
}
</style>
background-color css
<style>
a { background-color: #BC855F; }
a { background-color: rgb(188,133,95); }
div.DivClassName
{
background-color: #BC855F;
}
.BgClassName
{
background-color: #BC855F;
}
</style>
border-color css
<style>
span { border-color: #BC855F; }
span { border-color: rgb(188,133,95); }
td.TdClassName
{
border-color: #BC855F;
}
.TagClassName
{
border-color: #BC855F;
}
</style>