Shades of Twine #BC865C
Tints of Twine #BC865C
RGB
CMYK
RGB Variations
Color information
#BC865C (or 0xBC865C) is known color: Twine. HEX triplet: BC, 86 and 5C. RGB value is (188,134,92). Sum of RGB (Red+Green+Blue) = 188+134+92=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC865C is #4379A3. Grayscale: #919191. Windows color (decimal): -4422052 or 6063804. OLE color: 6063804.
HSL color Cylindrical-coordinate representation of color #BC865C: hue angle of 26.25º degrees, saturation: 0.42, 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 #BC865C is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 92 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.26 |
| HSL | 26.25º | 0.42% | 0.55% | - |
| HSV(B) | 26.25º | 0.51% | 0.74% | - |
| XYZ | 31.2 | 28.51 | 13.98 | - |
| YUV | 145.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 92 | 0 | 0.29 | 0.51 | 0.26 | 26.25 | 0.42 | 0.55 |
| Hex | BC | 86 | 5C | 0 | 1D | 33 | 1A | 1A | 2A | 37 |
| Octal | 274 | 206 | 134 | 0 | 35 | 63 | 32 | 32 | 52 | 67 |
| Binary | 10111100 | 10000110 | 1011100 | 0 | 11101 | 110011 | 11010 | 11010 | 101010 | 110111 |
Color Harmonies of #BC865C
Complementary color
Monochromatic Colors of #BC865C
Black with #BC865C
Text Example
Text Example
White with #BC865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC865C; }
p { color: rgb(188,134,92); }
H1.HeaderClassName
{
color: #BC865C;
}
.AnyTagClassName
{
color: #BC865C;
}
</style>
background-color css
<style>
a { background-color: #BC865C; }
a { background-color: rgb(188,134,92); }
div.DivClassName
{
background-color: #BC865C;
}
.BgClassName
{
background-color: #BC865C;
}
</style>
border-color css
<style>
span { border-color: #BC865C; }
span { border-color: rgb(188,134,92); }
td.TdClassName
{
border-color: #BC865C;
}
.TagClassName
{
border-color: #BC865C;
}
</style>