Shades of Twine #BC8C5C
Tints of Twine #BC8C5C
RGB
CMYK
RGB Variations
Color information
#BC8C5C (or 0xBC8C5C) is known color: Twine. HEX triplet: BC, 8C and 5C. RGB value is (188,140,92). Sum of RGB (Red+Green+Blue) = 188+140+92=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C5C is #4373A3. Grayscale: #959595. Windows color (decimal): -4420516 or 6065340. OLE color: 6065340.
HSL color Cylindrical-coordinate representation of color #BC8C5C: hue angle of 30º 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 #BC8C5C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 92 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.26 |
| HSL | 30º | 0.42% | 0.55% | - |
| HSV(B) | 30º | 0.51% | 0.74% | - |
| XYZ | 32.05 | 30.22 | 14.27 | - |
| YUV | 148.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 92 | 0 | 0.26 | 0.51 | 0.26 | 30 | 0.42 | 0.55 |
| Hex | BC | 8C | 5C | 0 | 1A | 33 | 1A | 1E | 2A | 37 |
| Octal | 274 | 214 | 134 | 0 | 32 | 63 | 32 | 36 | 52 | 67 |
| Binary | 10111100 | 10001100 | 1011100 | 0 | 11010 | 110011 | 11010 | 11110 | 101010 | 110111 |
Color Harmonies of #BC8C5C
Complementary color
Monochromatic Colors of #BC8C5C
Black with #BC8C5C
Text Example
Text Example
White with #BC8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C5C; }
p { color: rgb(188,140,92); }
H1.HeaderClassName
{
color: #BC8C5C;
}
.AnyTagClassName
{
color: #BC8C5C;
}
</style>
background-color css
<style>
a { background-color: #BC8C5C; }
a { background-color: rgb(188,140,92); }
div.DivClassName
{
background-color: #BC8C5C;
}
.BgClassName
{
background-color: #BC8C5C;
}
</style>
border-color css
<style>
span { border-color: #BC8C5C; }
span { border-color: rgb(188,140,92); }
td.TdClassName
{
border-color: #BC8C5C;
}
.TagClassName
{
border-color: #BC8C5C;
}
</style>