Shades of Twine #BC8A5E
Tints of Twine #BC8A5E
RGB
CMYK
RGB Variations
Color information
#BC8A5E (or 0xBC8A5E) is known color: Twine. HEX triplet: BC, 8A and 5E. RGB value is (188,138,94). Sum of RGB (Red+Green+Blue) = 188+138+94=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A5E is #4375A1. Grayscale: #949494. Windows color (decimal): -4421026 or 6195900. OLE color: 6195900.
HSL color Cylindrical-coordinate representation of color #BC8A5E: hue angle of 28.09º 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 #BC8A5E is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 94 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.26 |
| HSL | 28.09º | 0.41% | 0.55% | - |
| HSV(B) | 28.09º | 0.5% | 0.74% | - |
| XYZ | 31.85 | 29.68 | 14.64 | - |
| YUV | 147.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 94 | 0 | 0.27 | 0.50 | 0.26 | 28.09 | 0.41 | 0.55 |
| Hex | BC | 8A | 5E | 0 | 1B | 32 | 1A | 1C | 29 | 37 |
| Octal | 274 | 212 | 136 | 0 | 33 | 62 | 32 | 34 | 51 | 67 |
| Binary | 10111100 | 10001010 | 1011110 | 0 | 11011 | 110010 | 11010 | 11100 | 101001 | 110111 |
Color Harmonies of #BC8A5E
Complementary color
Monochromatic Colors of #BC8A5E
Black with #BC8A5E
Text Example
Text Example
White with #BC8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A5E; }
p { color: rgb(188,138,94); }
H1.HeaderClassName
{
color: #BC8A5E;
}
.AnyTagClassName
{
color: #BC8A5E;
}
</style>
background-color css
<style>
a { background-color: #BC8A5E; }
a { background-color: rgb(188,138,94); }
div.DivClassName
{
background-color: #BC8A5E;
}
.BgClassName
{
background-color: #BC8A5E;
}
</style>
border-color css
<style>
span { border-color: #BC8A5E; }
span { border-color: rgb(188,138,94); }
td.TdClassName
{
border-color: #BC8A5E;
}
.TagClassName
{
border-color: #BC8A5E;
}
</style>