Shades of Twine #BD8D5E
Tints of Twine #BD8D5E
RGB
CMYK
RGB Variations
Color information
#BD8D5E (or 0xBD8D5E) is known color: Twine. HEX triplet: BD, 8D and 5E. RGB value is (189,141,94). Sum of RGB (Red+Green+Blue) = 189+141+94=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D5E is #4272A1. Grayscale: #969696. Windows color (decimal): -4354722 or 6196669. OLE color: 6196669.
HSL color Cylindrical-coordinate representation of color #BD8D5E: hue angle of 29.68º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD8D5E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 94 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.26 |
| HSL | 29.68º | 0.42% | 0.55% | - |
| HSV(B) | 29.68º | 0.5% | 0.74% | - |
| XYZ | 32.53 | 30.68 | 14.8 | - |
| YUV | 149.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 94 | 0 | 0.25 | 0.50 | 0.26 | 29.68 | 0.42 | 0.55 |
| Hex | BD | 8D | 5E | 0 | 19 | 32 | 1A | 1E | 2A | 37 |
| Octal | 275 | 215 | 136 | 0 | 31 | 62 | 32 | 36 | 52 | 67 |
| Binary | 10111101 | 10001101 | 1011110 | 0 | 11001 | 110010 | 11010 | 11110 | 101010 | 110111 |
Color Harmonies of #BD8D5E
Complementary color
Monochromatic Colors of #BD8D5E
Black with #BD8D5E
Text Example
Text Example
White with #BD8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D5E; }
p { color: rgb(189,141,94); }
H1.HeaderClassName
{
color: #BD8D5E;
}
.AnyTagClassName
{
color: #BD8D5E;
}
</style>
background-color css
<style>
a { background-color: #BD8D5E; }
a { background-color: rgb(189,141,94); }
div.DivClassName
{
background-color: #BD8D5E;
}
.BgClassName
{
background-color: #BD8D5E;
}
</style>
border-color css
<style>
span { border-color: #BD8D5E; }
span { border-color: rgb(189,141,94); }
td.TdClassName
{
border-color: #BD8D5E;
}
.TagClassName
{
border-color: #BD8D5E;
}
</style>