Shades of Twine #BD9357
Tints of Twine #BD9357
RGB
CMYK
RGB Variations
Color information
#BD9357 (or 0xBD9357) is known color: Twine. HEX triplet: BD, 93 and 57. RGB value is (189,147,87). Sum of RGB (Red+Green+Blue) = 189+147+87=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9357 is #426CA8. Grayscale: #989898. Windows color (decimal): -4353193 or 5739453. OLE color: 5739453.
HSL color Cylindrical-coordinate representation of color #BD9357: hue angle of 35.29º 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 #BD9357 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 87 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.26 |
| HSL | 35.29º | 0.44% | 0.54% | - |
| HSV(B) | 35.29º | 0.54% | 0.74% | - |
| XYZ | 33.14 | 32.37 | 13.52 | - |
| YUV | 152.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 87 | 0 | 0.22 | 0.54 | 0.26 | 35.29 | 0.44 | 0.54 |
| Hex | BD | 93 | 57 | 0 | 16 | 36 | 1A | 23 | 2C | 36 |
| Octal | 275 | 223 | 127 | 0 | 26 | 66 | 32 | 43 | 54 | 66 |
| Binary | 10111101 | 10010011 | 1010111 | 0 | 10110 | 110110 | 11010 | 100011 | 101100 | 110110 |
Color Harmonies of #BD9357
Complementary color
Monochromatic Colors of #BD9357
Black with #BD9357
Text Example
Text Example
White with #BD9357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9357; }
p { color: rgb(189,147,87); }
H1.HeaderClassName
{
color: #BD9357;
}
.AnyTagClassName
{
color: #BD9357;
}
</style>
background-color css
<style>
a { background-color: #BD9357; }
a { background-color: rgb(189,147,87); }
div.DivClassName
{
background-color: #BD9357;
}
.BgClassName
{
background-color: #BD9357;
}
</style>
border-color css
<style>
span { border-color: #BD9357; }
span { border-color: rgb(189,147,87); }
td.TdClassName
{
border-color: #BD9357;
}
.TagClassName
{
border-color: #BD9357;
}
</style>