Shades of Twine #BD9355
Tints of Twine #BD9355
RGB
CMYK
RGB Variations
Color information
#BD9355 (or 0xBD9355) is known color: Twine. HEX triplet: BD, 93 and 55. RGB value is (189,147,85). Sum of RGB (Red+Green+Blue) = 189+147+85=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9355 is #426CAA. Grayscale: #989898. Windows color (decimal): -4353195 or 5608381. OLE color: 5608381.
HSL color Cylindrical-coordinate representation of color #BD9355: hue angle of 35.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD9355 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 85 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.26 |
| HSL | 35.77º | 0.44% | 0.54% | - |
| HSV(B) | 35.77º | 0.55% | 0.74% | - |
| XYZ | 33.06 | 32.34 | 13.09 | - |
| YUV | 152.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 85 | 0 | 0.22 | 0.55 | 0.26 | 35.77 | 0.44 | 0.54 |
| Hex | BD | 93 | 55 | 0 | 16 | 37 | 1A | 24 | 2C | 36 |
| Octal | 275 | 223 | 125 | 0 | 26 | 67 | 32 | 44 | 54 | 66 |
| Binary | 10111101 | 10010011 | 1010101 | 0 | 10110 | 110111 | 11010 | 100100 | 101100 | 110110 |
Color Harmonies of #BD9355
Complementary color
Monochromatic Colors of #BD9355
Black with #BD9355
Text Example
Text Example
White with #BD9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9355; }
p { color: rgb(189,147,85); }
H1.HeaderClassName
{
color: #BD9355;
}
.AnyTagClassName
{
color: #BD9355;
}
</style>
background-color css
<style>
a { background-color: #BD9355; }
a { background-color: rgb(189,147,85); }
div.DivClassName
{
background-color: #BD9355;
}
.BgClassName
{
background-color: #BD9355;
}
</style>
border-color css
<style>
span { border-color: #BD9355; }
span { border-color: rgb(189,147,85); }
td.TdClassName
{
border-color: #BD9355;
}
.TagClassName
{
border-color: #BD9355;
}
</style>