Shades of Twine #BD8759
Tints of Twine #BD8759
RGB
CMYK
RGB Variations
Color information
#BD8759 (or 0xBD8759) is known color: Twine. HEX triplet: BD, 87 and 59. RGB value is (189,135,89). Sum of RGB (Red+Green+Blue) = 189+135+89=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8759 is #4278A6. Grayscale: #929292. Windows color (decimal): -4356263 or 5867453. OLE color: 5867453.
HSL color Cylindrical-coordinate representation of color #BD8759: hue angle of 27.6º 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 #BD8759 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 89 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.26 |
| HSL | 27.6º | 0.43% | 0.55% | - |
| HSV(B) | 27.6º | 0.53% | 0.74% | - |
| XYZ | 31.45 | 28.87 | 13.37 | - |
| YUV | 145.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 89 | 0 | 0.29 | 0.53 | 0.26 | 27.6 | 0.43 | 0.55 |
| Hex | BD | 87 | 59 | 0 | 1D | 35 | 1A | 1C | 2B | 37 |
| Octal | 275 | 207 | 131 | 0 | 35 | 65 | 32 | 34 | 53 | 67 |
| Binary | 10111101 | 10000111 | 1011001 | 0 | 11101 | 110101 | 11010 | 11100 | 101011 | 110111 |
Color Harmonies of #BD8759
Complementary color
Monochromatic Colors of #BD8759
Black with #BD8759
Text Example
Text Example
White with #BD8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8759; }
p { color: rgb(189,135,89); }
H1.HeaderClassName
{
color: #BD8759;
}
.AnyTagClassName
{
color: #BD8759;
}
</style>
background-color css
<style>
a { background-color: #BD8759; }
a { background-color: rgb(189,135,89); }
div.DivClassName
{
background-color: #BD8759;
}
.BgClassName
{
background-color: #BD8759;
}
</style>
border-color css
<style>
span { border-color: #BD8759; }
span { border-color: rgb(189,135,89); }
td.TdClassName
{
border-color: #BD8759;
}
.TagClassName
{
border-color: #BD8759;
}
</style>