Shades of Twine #BD8756
Tints of Twine #BD8756
RGB
CMYK
RGB Variations
Color information
#BD8756 (or 0xBD8756) is known color: Twine. HEX triplet: BD, 87 and 56. RGB value is (189,135,86). Sum of RGB (Red+Green+Blue) = 189+135+86=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8756 is #4278A9. Grayscale: #919191. Windows color (decimal): -4356266 or 5670845. OLE color: 5670845.
HSL color Cylindrical-coordinate representation of color #BD8756: hue angle of 28.54º 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 #BD8756 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 86 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.26 |
| HSL | 28.54º | 0.44% | 0.54% | - |
| HSV(B) | 28.54º | 0.54% | 0.74% | - |
| XYZ | 31.33 | 28.82 | 12.72 | - |
| YUV | 145.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 86 | 0 | 0.29 | 0.54 | 0.26 | 28.54 | 0.44 | 0.54 |
| Hex | BD | 87 | 56 | 0 | 1D | 36 | 1A | 1D | 2C | 36 |
| Octal | 275 | 207 | 126 | 0 | 35 | 66 | 32 | 35 | 54 | 66 |
| Binary | 10111101 | 10000111 | 1010110 | 0 | 11101 | 110110 | 11010 | 11101 | 101100 | 110110 |
Color Harmonies of #BD8756
Complementary color
Monochromatic Colors of #BD8756
Black with #BD8756
Text Example
Text Example
White with #BD8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8756; }
p { color: rgb(189,135,86); }
H1.HeaderClassName
{
color: #BD8756;
}
.AnyTagClassName
{
color: #BD8756;
}
</style>
background-color css
<style>
a { background-color: #BD8756; }
a { background-color: rgb(189,135,86); }
div.DivClassName
{
background-color: #BD8756;
}
.BgClassName
{
background-color: #BD8756;
}
</style>
border-color css
<style>
span { border-color: #BD8756; }
span { border-color: rgb(189,135,86); }
td.TdClassName
{
border-color: #BD8756;
}
.TagClassName
{
border-color: #BD8756;
}
</style>