Shades of Twine #BD8C64
Tints of Twine #BD8C64
RGB
CMYK
RGB Variations
Color information
#BD8C64 (or 0xBD8C64) is known color: Twine. HEX triplet: BD, 8C and 64. RGB value is (189,140,100). Sum of RGB (Red+Green+Blue) = 189+140+100=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C64 is #42739B. Grayscale: #969696. Windows color (decimal): -4354972 or 6589629. OLE color: 6589629.
HSL color Cylindrical-coordinate representation of color #BD8C64: hue angle of 26.97º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD8C64 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 100 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.26 |
| HSL | 26.97º | 0.4% | 0.57% | - |
| HSV(B) | 26.97º | 0.47% | 0.74% | - |
| XYZ | 32.66 | 30.5 | 16.22 | - |
| YUV | 150.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 100 | 0 | 0.26 | 0.47 | 0.26 | 26.97 | 0.4 | 0.57 |
| Hex | BD | 8C | 64 | 0 | 1A | 2F | 1A | 1B | 28 | 39 |
| Octal | 275 | 214 | 144 | 0 | 32 | 57 | 32 | 33 | 50 | 71 |
| Binary | 10111101 | 10001100 | 1100100 | 0 | 11010 | 101111 | 11010 | 11011 | 101000 | 111001 |
Color Harmonies of #BD8C64
Complementary color
Monochromatic Colors of #BD8C64
Black with #BD8C64
Text Example
Text Example
White with #BD8C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C64; }
p { color: rgb(189,140,100); }
H1.HeaderClassName
{
color: #BD8C64;
}
.AnyTagClassName
{
color: #BD8C64;
}
</style>
background-color css
<style>
a { background-color: #BD8C64; }
a { background-color: rgb(189,140,100); }
div.DivClassName
{
background-color: #BD8C64;
}
.BgClassName
{
background-color: #BD8C64;
}
</style>
border-color css
<style>
span { border-color: #BD8C64; }
span { border-color: rgb(189,140,100); }
td.TdClassName
{
border-color: #BD8C64;
}
.TagClassName
{
border-color: #BD8C64;
}
</style>