Shades of Twine #BD8550
Tints of Twine #BD8550
RGB
CMYK
RGB Variations
Color information
#BD8550 (or 0xBD8550) is known color: Twine. HEX triplet: BD, 85 and 50. RGB value is (189,133,80). Sum of RGB (Red+Green+Blue) = 189+133+80=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8550 is #427AAF. Grayscale: #8F8F8F. Windows color (decimal): -4356784 or 5277117. OLE color: 5277117.
HSL color Cylindrical-coordinate representation of color #BD8550: hue angle of 29.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD8550 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 80 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.26 |
| HSL | 29.17º | 0.45% | 0.53% | - |
| HSV(B) | 29.17º | 0.58% | 0.74% | - |
| XYZ | 30.82 | 28.17 | 11.4 | - |
| YUV | 143.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 80 | 0 | 0.30 | 0.58 | 0.26 | 29.17 | 0.45 | 0.53 |
| Hex | BD | 85 | 50 | 0 | 1E | 3A | 1A | 1D | 2D | 35 |
| Octal | 275 | 205 | 120 | 0 | 36 | 72 | 32 | 35 | 55 | 65 |
| Binary | 10111101 | 10000101 | 1010000 | 0 | 11110 | 111010 | 11010 | 11101 | 101101 | 110101 |
Color Harmonies of #BD8550
Complementary color
Monochromatic Colors of #BD8550
Black with #BD8550
Text Example
Text Example
White with #BD8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8550; }
p { color: rgb(189,133,80); }
H1.HeaderClassName
{
color: #BD8550;
}
.AnyTagClassName
{
color: #BD8550;
}
</style>
background-color css
<style>
a { background-color: #BD8550; }
a { background-color: rgb(189,133,80); }
div.DivClassName
{
background-color: #BD8550;
}
.BgClassName
{
background-color: #BD8550;
}
</style>
border-color css
<style>
span { border-color: #BD8550; }
span { border-color: rgb(189,133,80); }
td.TdClassName
{
border-color: #BD8550;
}
.TagClassName
{
border-color: #BD8550;
}
</style>