Shades of Twine #BD8F63
Tints of Twine #BD8F63
RGB
CMYK
RGB Variations
Color information
#BD8F63 (or 0xBD8F63) is known color: Twine. HEX triplet: BD, 8F and 63. RGB value is (189,143,99). Sum of RGB (Red+Green+Blue) = 189+143+99=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F63 is #42709C. Grayscale: #979797. Windows color (decimal): -4354205 or 6524861. OLE color: 6524861.
HSL color Cylindrical-coordinate representation of color #BD8F63: hue angle of 29.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD8F63 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 99 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.26 |
| HSL | 29.33º | 0.41% | 0.56% | - |
| HSV(B) | 29.33º | 0.48% | 0.74% | - |
| XYZ | 33.06 | 31.36 | 16.12 | - |
| YUV | 151.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 99 | 0 | 0.24 | 0.48 | 0.26 | 29.33 | 0.41 | 0.56 |
| Hex | BD | 8F | 63 | 0 | 18 | 30 | 1A | 1D | 29 | 38 |
| Octal | 275 | 217 | 143 | 0 | 30 | 60 | 32 | 35 | 51 | 70 |
| Binary | 10111101 | 10001111 | 1100011 | 0 | 11000 | 110000 | 11010 | 11101 | 101001 | 111000 |
Color Harmonies of #BD8F63
Complementary color
Monochromatic Colors of #BD8F63
Black with #BD8F63
Text Example
Text Example
White with #BD8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F63; }
p { color: rgb(189,143,99); }
H1.HeaderClassName
{
color: #BD8F63;
}
.AnyTagClassName
{
color: #BD8F63;
}
</style>
background-color css
<style>
a { background-color: #BD8F63; }
a { background-color: rgb(189,143,99); }
div.DivClassName
{
background-color: #BD8F63;
}
.BgClassName
{
background-color: #BD8F63;
}
</style>
border-color css
<style>
span { border-color: #BD8F63; }
span { border-color: rgb(189,143,99); }
td.TdClassName
{
border-color: #BD8F63;
}
.TagClassName
{
border-color: #BD8F63;
}
</style>