Shades of Twine #BD9255
Tints of Twine #BD9255
RGB
CMYK
RGB Variations
Color information
#BD9255 (or 0xBD9255) is known color: Twine. HEX triplet: BD, 92 and 55. RGB value is (189,146,85). Sum of RGB (Red+Green+Blue) = 189+146+85=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9255 is #426DAA. Grayscale: #989898. Windows color (decimal): -4353451 or 5608125. OLE color: 5608125.
HSL color Cylindrical-coordinate representation of color #BD9255: hue angle of 35.19º 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 #BD9255 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 85 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.26 |
| HSL | 35.19º | 0.44% | 0.54% | - |
| HSV(B) | 35.19º | 0.55% | 0.74% | - |
| XYZ | 32.9 | 32.03 | 13.04 | - |
| YUV | 151.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 85 | 0 | 0.23 | 0.55 | 0.26 | 35.19 | 0.44 | 0.54 |
| Hex | BD | 92 | 55 | 0 | 17 | 37 | 1A | 23 | 2C | 36 |
| Octal | 275 | 222 | 125 | 0 | 27 | 67 | 32 | 43 | 54 | 66 |
| Binary | 10111101 | 10010010 | 1010101 | 0 | 10111 | 110111 | 11010 | 100011 | 101100 | 110110 |
Color Harmonies of #BD9255
Complementary color
Monochromatic Colors of #BD9255
Black with #BD9255
Text Example
Text Example
White with #BD9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9255; }
p { color: rgb(189,146,85); }
H1.HeaderClassName
{
color: #BD9255;
}
.AnyTagClassName
{
color: #BD9255;
}
</style>
background-color css
<style>
a { background-color: #BD9255; }
a { background-color: rgb(189,146,85); }
div.DivClassName
{
background-color: #BD9255;
}
.BgClassName
{
background-color: #BD9255;
}
</style>
border-color css
<style>
span { border-color: #BD9255; }
span { border-color: rgb(189,146,85); }
td.TdClassName
{
border-color: #BD9255;
}
.TagClassName
{
border-color: #BD9255;
}
</style>