Shades of Twine #BD8057
Tints of Twine #BD8057
RGB
CMYK
RGB Variations
Color information
#BD8057 (or 0xBD8057) is known color: Twine. HEX triplet: BD, 80 and 57. RGB value is (189,128,87). Sum of RGB (Red+Green+Blue) = 189+128+87=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8057 is #427FA8. Grayscale: #8D8D8D. Windows color (decimal): -4358057 or 5734589. OLE color: 5734589.
HSL color Cylindrical-coordinate representation of color #BD8057: hue angle of 24.12º 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 #BD8057 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 87 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.26 |
| HSL | 24.12º | 0.44% | 0.54% | - |
| HSV(B) | 24.12º | 0.54% | 0.74% | - |
| XYZ | 30.43 | 26.95 | 12.61 | - |
| YUV | 141.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 87 | 0 | 0.32 | 0.54 | 0.26 | 24.12 | 0.44 | 0.54 |
| Hex | BD | 80 | 57 | 0 | 20 | 36 | 1A | 18 | 2C | 36 |
| Octal | 275 | 200 | 127 | 0 | 40 | 66 | 32 | 30 | 54 | 66 |
| Binary | 10111101 | 10000000 | 1010111 | 0 | 100000 | 110110 | 11010 | 11000 | 101100 | 110110 |
Color Harmonies of #BD8057
Complementary color
Monochromatic Colors of #BD8057
Black with #BD8057
Text Example
Text Example
White with #BD8057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8057; }
p { color: rgb(189,128,87); }
H1.HeaderClassName
{
color: #BD8057;
}
.AnyTagClassName
{
color: #BD8057;
}
</style>
background-color css
<style>
a { background-color: #BD8057; }
a { background-color: rgb(189,128,87); }
div.DivClassName
{
background-color: #BD8057;
}
.BgClassName
{
background-color: #BD8057;
}
</style>
border-color css
<style>
span { border-color: #BD8057; }
span { border-color: rgb(189,128,87); }
td.TdClassName
{
border-color: #BD8057;
}
.TagClassName
{
border-color: #BD8057;
}
</style>