Shades of Twine #BD855E
Tints of Twine #BD855E
RGB
CMYK
RGB Variations
Color information
#BD855E (or 0xBD855E) is known color: Twine. HEX triplet: BD, 85 and 5E. RGB value is (189,133,94). Sum of RGB (Red+Green+Blue) = 189+133+94=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD855E is #427AA1. Grayscale: #919191. Windows color (decimal): -4356770 or 6194621. OLE color: 6194621.
HSL color Cylindrical-coordinate representation of color #BD855E: hue angle of 24.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD855E is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 94 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.26 |
| HSL | 24.63º | 0.42% | 0.55% | - |
| HSV(B) | 24.63º | 0.5% | 0.74% | - |
| XYZ | 31.39 | 28.4 | 14.42 | - |
| YUV | 145.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 94 | 0 | 0.30 | 0.50 | 0.26 | 24.63 | 0.42 | 0.55 |
| Hex | BD | 85 | 5E | 0 | 1E | 32 | 1A | 19 | 2A | 37 |
| Octal | 275 | 205 | 136 | 0 | 36 | 62 | 32 | 31 | 52 | 67 |
| Binary | 10111101 | 10000101 | 1011110 | 0 | 11110 | 110010 | 11010 | 11001 | 101010 | 110111 |
Color Harmonies of #BD855E
Complementary color
Monochromatic Colors of #BD855E
Black with #BD855E
Text Example
Text Example
White with #BD855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD855E; }
p { color: rgb(189,133,94); }
H1.HeaderClassName
{
color: #BD855E;
}
.AnyTagClassName
{
color: #BD855E;
}
</style>
background-color css
<style>
a { background-color: #BD855E; }
a { background-color: rgb(189,133,94); }
div.DivClassName
{
background-color: #BD855E;
}
.BgClassName
{
background-color: #BD855E;
}
</style>
border-color css
<style>
span { border-color: #BD855E; }
span { border-color: rgb(189,133,94); }
td.TdClassName
{
border-color: #BD855E;
}
.TagClassName
{
border-color: #BD855E;
}
</style>