Shades of Twine #BC8F5E
Tints of Twine #BC8F5E
RGB
CMYK
RGB Variations
Color information
#BC8F5E (or 0xBC8F5E) is known color: Twine. HEX triplet: BC, 8F and 5E. RGB value is (188,143,94). Sum of RGB (Red+Green+Blue) = 188+143+94=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F5E is #4370A1. Grayscale: #979797. Windows color (decimal): -4419746 or 6197180. OLE color: 6197180.
HSL color Cylindrical-coordinate representation of color #BC8F5E: hue angle of 31.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC8F5E is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 143 | 94 | - |
CMYK | 0 | 0.24 | 0.50 | 0.26 |
HSL | 31.28º | 0.41% | 0.55% | - |
HSV(B) | 31.28º | 0.5% | 0.74% | - |
XYZ | 32.58 | 31.14 | 14.88 | - |
YUV | 150.87 | 95.91 | 154.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 143 | 94 | 0 | 0.24 | 0.50 | 0.26 | 31.28 | 0.41 | 0.55 |
Hex | BC | 8F | 5E | 0 | 18 | 32 | 1A | 1F | 29 | 37 |
Octal | 274 | 217 | 136 | 0 | 30 | 62 | 32 | 37 | 51 | 67 |
Binary | 10111100 | 10001111 | 1011110 | 0 | 11000 | 110010 | 11010 | 11111 | 101001 | 110111 |
Color Harmonies of #BC8F5E
Complementary color
Monochromatic Colors of #BC8F5E
Black with #BC8F5E
Text Example
Text Example
White with #BC8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F5E; }
p { color: rgb(188,143,94); }
H1.HeaderClassName
{
color: #BC8F5E;
}
.AnyTagClassName
{
color: #BC8F5E;
}
</style>
background-color css
<style>
a { background-color: #BC8F5E; }
a { background-color: rgb(188,143,94); }
div.DivClassName
{
background-color: #BC8F5E;
}
.BgClassName
{
background-color: #BC8F5E;
}
</style>
border-color css
<style>
span { border-color: #BC8F5E; }
span { border-color: rgb(188,143,94); }
td.TdClassName
{
border-color: #BC8F5E;
}
.TagClassName
{
border-color: #BC8F5E;
}
</style>