Shades of Twine #BD8B50
Tints of Twine #BD8B50
RGB
CMYK
RGB Variations
Color information
#BD8B50 (or 0xBD8B50) is known color: Twine. HEX triplet: BD, 8B and 50. RGB value is (189,139,80). Sum of RGB (Red+Green+Blue) = 189+139+80=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B50 is #4274AF. Grayscale: #939393. Windows color (decimal): -4355248 or 5278653. OLE color: 5278653.
HSL color Cylindrical-coordinate representation of color #BD8B50: hue angle of 32.48º 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 #BD8B50 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 80 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.26 |
| HSL | 32.48º | 0.45% | 0.53% | - |
| HSV(B) | 32.48º | 0.58% | 0.74% | - |
| XYZ | 31.67 | 29.86 | 11.68 | - |
| YUV | 147.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 80 | 0 | 0.26 | 0.58 | 0.26 | 32.48 | 0.45 | 0.53 |
| Hex | BD | 8B | 50 | 0 | 1A | 3A | 1A | 20 | 2D | 35 |
| Octal | 275 | 213 | 120 | 0 | 32 | 72 | 32 | 40 | 55 | 65 |
| Binary | 10111101 | 10001011 | 1010000 | 0 | 11010 | 111010 | 11010 | 100000 | 101101 | 110101 |
Color Harmonies of #BD8B50
Complementary color
Monochromatic Colors of #BD8B50
Black with #BD8B50
Text Example
Text Example
White with #BD8B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8B50; }
p { color: rgb(189,139,80); }
H1.HeaderClassName
{
color: #BD8B50;
}
.AnyTagClassName
{
color: #BD8B50;
}
</style>
background-color css
<style>
a { background-color: #BD8B50; }
a { background-color: rgb(189,139,80); }
div.DivClassName
{
background-color: #BD8B50;
}
.BgClassName
{
background-color: #BD8B50;
}
</style>
border-color css
<style>
span { border-color: #BD8B50; }
span { border-color: rgb(189,139,80); }
td.TdClassName
{
border-color: #BD8B50;
}
.TagClassName
{
border-color: #BD8B50;
}
</style>