Shades of Twine #BC8E5F
Tints of Twine #BC8E5F
RGB
CMYK
RGB Variations
Color information
#BC8E5F (or 0xBC8E5F) is known color: Twine. HEX triplet: BC, 8E and 5F. RGB value is (188,142,95). Sum of RGB (Red+Green+Blue) = 188+142+95=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E5F is #4371A0. Grayscale: #969696. Windows color (decimal): -4420001 or 6262460. OLE color: 6262460.
HSL color Cylindrical-coordinate representation of color #BC8E5F: hue angle of 30.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC8E5F is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 95 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.26 |
| HSL | 30.32º | 0.41% | 0.55% | - |
| HSV(B) | 30.32º | 0.49% | 0.74% | - |
| XYZ | 32.48 | 30.86 | 15.07 | - |
| YUV | 150.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 95 | 0 | 0.24 | 0.49 | 0.26 | 30.32 | 0.41 | 0.55 |
| Hex | BC | 8E | 5F | 0 | 18 | 31 | 1A | 1E | 29 | 37 |
| Octal | 274 | 216 | 137 | 0 | 30 | 61 | 32 | 36 | 51 | 67 |
| Binary | 10111100 | 10001110 | 1011111 | 0 | 11000 | 110001 | 11010 | 11110 | 101001 | 110111 |
Color Harmonies of #BC8E5F
Complementary color
Monochromatic Colors of #BC8E5F
Black with #BC8E5F
Text Example
Text Example
White with #BC8E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E5F; }
p { color: rgb(188,142,95); }
H1.HeaderClassName
{
color: #BC8E5F;
}
.AnyTagClassName
{
color: #BC8E5F;
}
</style>
background-color css
<style>
a { background-color: #BC8E5F; }
a { background-color: rgb(188,142,95); }
div.DivClassName
{
background-color: #BC8E5F;
}
.BgClassName
{
background-color: #BC8E5F;
}
</style>
border-color css
<style>
span { border-color: #BC8E5F; }
span { border-color: rgb(188,142,95); }
td.TdClassName
{
border-color: #BC8E5F;
}
.TagClassName
{
border-color: #BC8E5F;
}
</style>