Shades of Twine #BD8E59
Tints of Twine #BD8E59
RGB
CMYK
RGB Variations
Color information
#BD8E59 (or 0xBD8E59) is known color: Twine. HEX triplet: BD, 8E and 59. RGB value is (189,142,89). Sum of RGB (Red+Green+Blue) = 189+142+89=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E59 is #4271A6. Grayscale: #969696. Windows color (decimal): -4354471 or 5869245. OLE color: 5869245.
HSL color Cylindrical-coordinate representation of color #BD8E59: hue angle of 31.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD8E59 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 89 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.26 |
| HSL | 31.8º | 0.43% | 0.55% | - |
| HSV(B) | 31.8º | 0.53% | 0.74% | - |
| XYZ | 32.46 | 30.89 | 13.7 | - |
| YUV | 150.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 89 | 0 | 0.25 | 0.53 | 0.26 | 31.8 | 0.43 | 0.55 |
| Hex | BD | 8E | 59 | 0 | 19 | 35 | 1A | 20 | 2B | 37 |
| Octal | 275 | 216 | 131 | 0 | 31 | 65 | 32 | 40 | 53 | 67 |
| Binary | 10111101 | 10001110 | 1011001 | 0 | 11001 | 110101 | 11010 | 100000 | 101011 | 110111 |
Color Harmonies of #BD8E59
Complementary color
Monochromatic Colors of #BD8E59
Black with #BD8E59
Text Example
Text Example
White with #BD8E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E59; }
p { color: rgb(189,142,89); }
H1.HeaderClassName
{
color: #BD8E59;
}
.AnyTagClassName
{
color: #BD8E59;
}
</style>
background-color css
<style>
a { background-color: #BD8E59; }
a { background-color: rgb(189,142,89); }
div.DivClassName
{
background-color: #BD8E59;
}
.BgClassName
{
background-color: #BD8E59;
}
</style>
border-color css
<style>
span { border-color: #BD8E59; }
span { border-color: rgb(189,142,89); }
td.TdClassName
{
border-color: #BD8E59;
}
.TagClassName
{
border-color: #BD8E59;
}
</style>