Shades of Twine #BD8E57
Tints of Twine #BD8E57
RGB
CMYK
RGB Variations
Color information
#BD8E57 (or 0xBD8E57) is known color: Twine. HEX triplet: BD, 8E and 57. RGB value is (189,142,87). Sum of RGB (Red+Green+Blue) = 189+142+87=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E57 is #4271A8. Grayscale: #969696. Windows color (decimal): -4354473 or 5738173. OLE color: 5738173.
HSL color Cylindrical-coordinate representation of color #BD8E57: hue angle of 32.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD8E57 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 87 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.26 |
| HSL | 32.35º | 0.44% | 0.54% | - |
| HSV(B) | 32.35º | 0.54% | 0.74% | - |
| XYZ | 32.38 | 30.85 | 13.27 | - |
| YUV | 149.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 87 | 0 | 0.25 | 0.54 | 0.26 | 32.35 | 0.44 | 0.54 |
| Hex | BD | 8E | 57 | 0 | 19 | 36 | 1A | 20 | 2C | 36 |
| Octal | 275 | 216 | 127 | 0 | 31 | 66 | 32 | 40 | 54 | 66 |
| Binary | 10111101 | 10001110 | 1010111 | 0 | 11001 | 110110 | 11010 | 100000 | 101100 | 110110 |
Color Harmonies of #BD8E57
Complementary color
Monochromatic Colors of #BD8E57
Black with #BD8E57
Text Example
Text Example
White with #BD8E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E57; }
p { color: rgb(189,142,87); }
H1.HeaderClassName
{
color: #BD8E57;
}
.AnyTagClassName
{
color: #BD8E57;
}
</style>
background-color css
<style>
a { background-color: #BD8E57; }
a { background-color: rgb(189,142,87); }
div.DivClassName
{
background-color: #BD8E57;
}
.BgClassName
{
background-color: #BD8E57;
}
</style>
border-color css
<style>
span { border-color: #BD8E57; }
span { border-color: rgb(189,142,87); }
td.TdClassName
{
border-color: #BD8E57;
}
.TagClassName
{
border-color: #BD8E57;
}
</style>