Shades of Twine #BD8656
Tints of Twine #BD8656
RGB
CMYK
RGB Variations
Color information
#BD8656 (or 0xBD8656) is known color: Twine. HEX triplet: BD, 86 and 56. RGB value is (189,134,86). Sum of RGB (Red+Green+Blue) = 189+134+86=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8656 is #4279A9. Grayscale: #919191. Windows color (decimal): -4356522 or 5670589. OLE color: 5670589.
HSL color Cylindrical-coordinate representation of color #BD8656: hue angle of 27.96º 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 #BD8656 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 86 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.26 |
| HSL | 27.96º | 0.44% | 0.54% | - |
| HSV(B) | 27.96º | 0.54% | 0.74% | - |
| XYZ | 31.19 | 28.54 | 12.67 | - |
| YUV | 144.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 86 | 0 | 0.29 | 0.54 | 0.26 | 27.96 | 0.44 | 0.54 |
| Hex | BD | 86 | 56 | 0 | 1D | 36 | 1A | 1C | 2C | 36 |
| Octal | 275 | 206 | 126 | 0 | 35 | 66 | 32 | 34 | 54 | 66 |
| Binary | 10111101 | 10000110 | 1010110 | 0 | 11101 | 110110 | 11010 | 11100 | 101100 | 110110 |
Color Harmonies of #BD8656
Complementary color
Monochromatic Colors of #BD8656
Black with #BD8656
Text Example
Text Example
White with #BD8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8656; }
p { color: rgb(189,134,86); }
H1.HeaderClassName
{
color: #BD8656;
}
.AnyTagClassName
{
color: #BD8656;
}
</style>
background-color css
<style>
a { background-color: #BD8656; }
a { background-color: rgb(189,134,86); }
div.DivClassName
{
background-color: #BD8656;
}
.BgClassName
{
background-color: #BD8656;
}
</style>
border-color css
<style>
span { border-color: #BD8656; }
span { border-color: rgb(189,134,86); }
td.TdClassName
{
border-color: #BD8656;
}
.TagClassName
{
border-color: #BD8656;
}
</style>