Shades of Twine #BD885E
Tints of Twine #BD885E
RGB
CMYK
RGB Variations
Color information
#BD885E (or 0xBD885E) is known color: Twine. HEX triplet: BD, 88 and 5E. RGB value is (189,136,94). Sum of RGB (Red+Green+Blue) = 189+136+94=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD885E is #4277A1. Grayscale: #939393. Windows color (decimal): -4356002 or 6195389. OLE color: 6195389.
HSL color Cylindrical-coordinate representation of color #BD885E: hue angle of 26.53º 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 #BD885E is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 94 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.26 |
| HSL | 26.53º | 0.42% | 0.55% | - |
| HSV(B) | 26.53º | 0.5% | 0.74% | - |
| XYZ | 31.81 | 29.24 | 14.56 | - |
| YUV | 147.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 94 | 0 | 0.28 | 0.50 | 0.26 | 26.53 | 0.42 | 0.55 |
| Hex | BD | 88 | 5E | 0 | 1C | 32 | 1A | 1B | 2A | 37 |
| Octal | 275 | 210 | 136 | 0 | 34 | 62 | 32 | 33 | 52 | 67 |
| Binary | 10111101 | 10001000 | 1011110 | 0 | 11100 | 110010 | 11010 | 11011 | 101010 | 110111 |
Color Harmonies of #BD885E
Complementary color
Monochromatic Colors of #BD885E
Black with #BD885E
Text Example
Text Example
White with #BD885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD885E; }
p { color: rgb(189,136,94); }
H1.HeaderClassName
{
color: #BD885E;
}
.AnyTagClassName
{
color: #BD885E;
}
</style>
background-color css
<style>
a { background-color: #BD885E; }
a { background-color: rgb(189,136,94); }
div.DivClassName
{
background-color: #BD885E;
}
.BgClassName
{
background-color: #BD885E;
}
</style>
border-color css
<style>
span { border-color: #BD885E; }
span { border-color: rgb(189,136,94); }
td.TdClassName
{
border-color: #BD885E;
}
.TagClassName
{
border-color: #BD885E;
}
</style>