Shades of Twine #BD8761
Tints of Twine #BD8761
RGB
CMYK
RGB Variations
Color information
#BD8761 (or 0xBD8761) is known color: Twine. HEX triplet: BD, 87 and 61. RGB value is (189,135,97). Sum of RGB (Red+Green+Blue) = 189+135+97=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8761 is #42789E. Grayscale: #939393. Windows color (decimal): -4356255 or 6391741. OLE color: 6391741.
HSL color Cylindrical-coordinate representation of color #BD8761: hue angle of 24.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD8761 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 97 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.26 |
| HSL | 24.78º | 0.41% | 0.56% | - |
| HSV(B) | 24.78º | 0.49% | 0.74% | - |
| XYZ | 31.81 | 29.01 | 15.23 | - |
| YUV | 146.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 97 | 0 | 0.29 | 0.49 | 0.26 | 24.78 | 0.41 | 0.56 |
| Hex | BD | 87 | 61 | 0 | 1D | 31 | 1A | 19 | 29 | 38 |
| Octal | 275 | 207 | 141 | 0 | 35 | 61 | 32 | 31 | 51 | 70 |
| Binary | 10111101 | 10000111 | 1100001 | 0 | 11101 | 110001 | 11010 | 11001 | 101001 | 111000 |
Color Harmonies of #BD8761
Complementary color
Monochromatic Colors of #BD8761
Black with #BD8761
Text Example
Text Example
White with #BD8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8761; }
p { color: rgb(189,135,97); }
H1.HeaderClassName
{
color: #BD8761;
}
.AnyTagClassName
{
color: #BD8761;
}
</style>
background-color css
<style>
a { background-color: #BD8761; }
a { background-color: rgb(189,135,97); }
div.DivClassName
{
background-color: #BD8761;
}
.BgClassName
{
background-color: #BD8761;
}
</style>
border-color css
<style>
span { border-color: #BD8761; }
span { border-color: rgb(189,135,97); }
td.TdClassName
{
border-color: #BD8761;
}
.TagClassName
{
border-color: #BD8761;
}
</style>