Shades of Twine #BD8D5D
Tints of Twine #BD8D5D
RGB
CMYK
RGB Variations
Color information
#BD8D5D (or 0xBD8D5D) is known color: Twine. HEX triplet: BD, 8D and 5D. RGB value is (189,141,93). Sum of RGB (Red+Green+Blue) = 189+141+93=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D5D is #4272A2. Grayscale: #969696. Windows color (decimal): -4354723 or 6131133. OLE color: 6131133.
HSL color Cylindrical-coordinate representation of color #BD8D5D: hue angle of 30º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD8D5D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 93 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.26 |
| HSL | 30º | 0.42% | 0.55% | - |
| HSV(B) | 30º | 0.51% | 0.74% | - |
| XYZ | 32.49 | 30.66 | 14.56 | - |
| YUV | 149.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 93 | 0 | 0.25 | 0.51 | 0.26 | 30 | 0.42 | 0.55 |
| Hex | BD | 8D | 5D | 0 | 19 | 33 | 1A | 1E | 2A | 37 |
| Octal | 275 | 215 | 135 | 0 | 31 | 63 | 32 | 36 | 52 | 67 |
| Binary | 10111101 | 10001101 | 1011101 | 0 | 11001 | 110011 | 11010 | 11110 | 101010 | 110111 |
Color Harmonies of #BD8D5D
Complementary color
Monochromatic Colors of #BD8D5D
Black with #BD8D5D
Text Example
Text Example
White with #BD8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D5D; }
p { color: rgb(189,141,93); }
H1.HeaderClassName
{
color: #BD8D5D;
}
.AnyTagClassName
{
color: #BD8D5D;
}
</style>
background-color css
<style>
a { background-color: #BD8D5D; }
a { background-color: rgb(189,141,93); }
div.DivClassName
{
background-color: #BD8D5D;
}
.BgClassName
{
background-color: #BD8D5D;
}
</style>
border-color css
<style>
span { border-color: #BD8D5D; }
span { border-color: rgb(189,141,93); }
td.TdClassName
{
border-color: #BD8D5D;
}
.TagClassName
{
border-color: #BD8D5D;
}
</style>