Shades of Twine #BD8762
Tints of Twine #BD8762
RGB
CMYK
RGB Variations
Color information
#BD8762 (or 0xBD8762) is known color: Twine. HEX triplet: BD, 87 and 62. RGB value is (189,135,98). Sum of RGB (Red+Green+Blue) = 189+135+98=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8762 is #42789D. Grayscale: #939393. Windows color (decimal): -4356254 or 6457277. OLE color: 6457277.
HSL color Cylindrical-coordinate representation of color #BD8762: hue angle of 24.4º 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 #BD8762 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 98 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.26 |
| HSL | 24.4º | 0.41% | 0.56% | - |
| HSV(B) | 24.4º | 0.48% | 0.74% | - |
| XYZ | 31.85 | 29.03 | 15.48 | - |
| YUV | 146.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 98 | 0 | 0.29 | 0.48 | 0.26 | 24.4 | 0.41 | 0.56 |
| Hex | BD | 87 | 62 | 0 | 1D | 30 | 1A | 18 | 29 | 38 |
| Octal | 275 | 207 | 142 | 0 | 35 | 60 | 32 | 30 | 51 | 70 |
| Binary | 10111101 | 10000111 | 1100010 | 0 | 11101 | 110000 | 11010 | 11000 | 101001 | 111000 |
Color Harmonies of #BD8762
Complementary color
Monochromatic Colors of #BD8762
Black with #BD8762
Text Example
Text Example
White with #BD8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8762; }
p { color: rgb(189,135,98); }
H1.HeaderClassName
{
color: #BD8762;
}
.AnyTagClassName
{
color: #BD8762;
}
</style>
background-color css
<style>
a { background-color: #BD8762; }
a { background-color: rgb(189,135,98); }
div.DivClassName
{
background-color: #BD8762;
}
.BgClassName
{
background-color: #BD8762;
}
</style>
border-color css
<style>
span { border-color: #BD8762; }
span { border-color: rgb(189,135,98); }
td.TdClassName
{
border-color: #BD8762;
}
.TagClassName
{
border-color: #BD8762;
}
</style>