Shades of Twine #BC8D5E
Tints of Twine #BC8D5E
RGB
CMYK
RGB Variations
Color information
#BC8D5E (or 0xBC8D5E) is known color: Twine. HEX triplet: BC, 8D and 5E. RGB value is (188,141,94). Sum of RGB (Red+Green+Blue) = 188+141+94=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D5E is #4372A1. Grayscale: #959595. Windows color (decimal): -4420258 or 6196668. OLE color: 6196668.
HSL color Cylindrical-coordinate representation of color #BC8D5E: hue angle of 30º 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 #BC8D5E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 141 | 94 | - |
CMYK | 0 | 0.25 | 0.50 | 0.26 |
HSL | 30º | 0.41% | 0.55% | - |
HSV(B) | 30º | 0.5% | 0.74% | - |
XYZ | 32.28 | 30.55 | 14.78 | - |
YUV | 149.7 | 96.57 | 155.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 141 | 94 | 0 | 0.25 | 0.50 | 0.26 | 30 | 0.41 | 0.55 |
Hex | BC | 8D | 5E | 0 | 19 | 32 | 1A | 1E | 29 | 37 |
Octal | 274 | 215 | 136 | 0 | 31 | 62 | 32 | 36 | 51 | 67 |
Binary | 10111100 | 10001101 | 1011110 | 0 | 11001 | 110010 | 11010 | 11110 | 101001 | 110111 |
Color Harmonies of #BC8D5E
Complementary color
Monochromatic Colors of #BC8D5E
Black with #BC8D5E
Text Example
Text Example
White with #BC8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D5E; }
p { color: rgb(188,141,94); }
H1.HeaderClassName
{
color: #BC8D5E;
}
.AnyTagClassName
{
color: #BC8D5E;
}
</style>
background-color css
<style>
a { background-color: #BC8D5E; }
a { background-color: rgb(188,141,94); }
div.DivClassName
{
background-color: #BC8D5E;
}
.BgClassName
{
background-color: #BC8D5E;
}
</style>
border-color css
<style>
span { border-color: #BC8D5E; }
span { border-color: rgb(188,141,94); }
td.TdClassName
{
border-color: #BC8D5E;
}
.TagClassName
{
border-color: #BC8D5E;
}
</style>