Shades of Twine #BC8E58
Tints of Twine #BC8E58
RGB
CMYK
RGB Variations
Color information
#BC8E58 (or 0xBC8E58) is known color: Twine. HEX triplet: BC, 8E and 58. RGB value is (188,142,88). Sum of RGB (Red+Green+Blue) = 188+142+88=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E58 is #4371A7. Grayscale: #959595. Windows color (decimal): -4420008 or 5803708. OLE color: 5803708.
HSL color Cylindrical-coordinate representation of color #BC8E58: hue angle of 32.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC8E58 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 88 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.26 |
| HSL | 32.4º | 0.43% | 0.54% | - |
| HSV(B) | 32.4º | 0.53% | 0.74% | - |
| XYZ | 32.17 | 30.74 | 13.47 | - |
| YUV | 149.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 88 | 0 | 0.24 | 0.53 | 0.26 | 32.4 | 0.43 | 0.54 |
| Hex | BC | 8E | 58 | 0 | 18 | 35 | 1A | 20 | 2B | 36 |
| Octal | 274 | 216 | 130 | 0 | 30 | 65 | 32 | 40 | 53 | 66 |
| Binary | 10111100 | 10001110 | 1011000 | 0 | 11000 | 110101 | 11010 | 100000 | 101011 | 110110 |
Color Harmonies of #BC8E58
Complementary color
Monochromatic Colors of #BC8E58
Black with #BC8E58
Text Example
Text Example
White with #BC8E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E58; }
p { color: rgb(188,142,88); }
H1.HeaderClassName
{
color: #BC8E58;
}
.AnyTagClassName
{
color: #BC8E58;
}
</style>
background-color css
<style>
a { background-color: #BC8E58; }
a { background-color: rgb(188,142,88); }
div.DivClassName
{
background-color: #BC8E58;
}
.BgClassName
{
background-color: #BC8E58;
}
</style>
border-color css
<style>
span { border-color: #BC8E58; }
span { border-color: rgb(188,142,88); }
td.TdClassName
{
border-color: #BC8E58;
}
.TagClassName
{
border-color: #BC8E58;
}
</style>