Shades of Twine #BD8F62
Tints of Twine #BD8F62
RGB
CMYK
RGB Variations
Color information
#BD8F62 (or 0xBD8F62) is known color: Twine. HEX triplet: BD, 8F and 62. RGB value is (189,143,98). Sum of RGB (Red+Green+Blue) = 189+143+98=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F62 is #42709D. Grayscale: #979797. Windows color (decimal): -4354206 or 6459325. OLE color: 6459325.
HSL color Cylindrical-coordinate representation of color #BD8F62: hue angle of 29.67º 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 #BD8F62 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 98 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.26 |
| HSL | 29.67º | 0.41% | 0.56% | - |
| HSV(B) | 29.67º | 0.48% | 0.74% | - |
| XYZ | 33.01 | 31.35 | 15.87 | - |
| YUV | 151.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 98 | 0 | 0.24 | 0.48 | 0.26 | 29.67 | 0.41 | 0.56 |
| Hex | BD | 8F | 62 | 0 | 18 | 30 | 1A | 1E | 29 | 38 |
| Octal | 275 | 217 | 142 | 0 | 30 | 60 | 32 | 36 | 51 | 70 |
| Binary | 10111101 | 10001111 | 1100010 | 0 | 11000 | 110000 | 11010 | 11110 | 101001 | 111000 |
Color Harmonies of #BD8F62
Complementary color
Monochromatic Colors of #BD8F62
Black with #BD8F62
Text Example
Text Example
White with #BD8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F62; }
p { color: rgb(189,143,98); }
H1.HeaderClassName
{
color: #BD8F62;
}
.AnyTagClassName
{
color: #BD8F62;
}
</style>
background-color css
<style>
a { background-color: #BD8F62; }
a { background-color: rgb(189,143,98); }
div.DivClassName
{
background-color: #BD8F62;
}
.BgClassName
{
background-color: #BD8F62;
}
</style>
border-color css
<style>
span { border-color: #BD8F62; }
span { border-color: rgb(189,143,98); }
td.TdClassName
{
border-color: #BD8F62;
}
.TagClassName
{
border-color: #BD8F62;
}
</style>