Shades of Twine #BC8D58
Tints of Twine #BC8D58
RGB
CMYK
RGB Variations
Color information
#BC8D58 (or 0xBC8D58) is known color: Twine. HEX triplet: BC, 8D and 58. RGB value is (188,141,88). Sum of RGB (Red+Green+Blue) = 188+141+88=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D58 is #4372A7. Grayscale: #959595. Windows color (decimal): -4420264 or 5803452. OLE color: 5803452.
HSL color Cylindrical-coordinate representation of color #BC8D58: hue angle of 31.8º 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 #BC8D58 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 88 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.26 |
| HSL | 31.8º | 0.43% | 0.54% | - |
| HSV(B) | 31.8º | 0.53% | 0.74% | - |
| XYZ | 32.03 | 30.45 | 13.42 | - |
| YUV | 149.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 88 | 0 | 0.25 | 0.53 | 0.26 | 31.8 | 0.43 | 0.54 |
| Hex | BC | 8D | 58 | 0 | 19 | 35 | 1A | 20 | 2B | 36 |
| Octal | 274 | 215 | 130 | 0 | 31 | 65 | 32 | 40 | 53 | 66 |
| Binary | 10111100 | 10001101 | 1011000 | 0 | 11001 | 110101 | 11010 | 100000 | 101011 | 110110 |
Color Harmonies of #BC8D58
Complementary color
Monochromatic Colors of #BC8D58
Black with #BC8D58
Text Example
Text Example
White with #BC8D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D58; }
p { color: rgb(188,141,88); }
H1.HeaderClassName
{
color: #BC8D58;
}
.AnyTagClassName
{
color: #BC8D58;
}
</style>
background-color css
<style>
a { background-color: #BC8D58; }
a { background-color: rgb(188,141,88); }
div.DivClassName
{
background-color: #BC8D58;
}
.BgClassName
{
background-color: #BC8D58;
}
</style>
border-color css
<style>
span { border-color: #BC8D58; }
span { border-color: rgb(188,141,88); }
td.TdClassName
{
border-color: #BC8D58;
}
.TagClassName
{
border-color: #BC8D58;
}
</style>