Shades of Twine #BD8954
Tints of Twine #BD8954
RGB
CMYK
RGB Variations
Color information
#BD8954 (or 0xBD8954) is known color: Twine. HEX triplet: BD, 89 and 54. RGB value is (189,137,84). Sum of RGB (Red+Green+Blue) = 189+137+84=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8954 is #4276AB. Grayscale: #929292. Windows color (decimal): -4355756 or 5540285. OLE color: 5540285.
HSL color Cylindrical-coordinate representation of color #BD8954: hue angle of 30.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD8954 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 84 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.26 |
| HSL | 30.29º | 0.44% | 0.54% | - |
| HSV(B) | 30.29º | 0.56% | 0.74% | - |
| XYZ | 31.53 | 29.35 | 12.39 | - |
| YUV | 146.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 84 | 0 | 0.28 | 0.56 | 0.26 | 30.29 | 0.44 | 0.54 |
| Hex | BD | 89 | 54 | 0 | 1C | 38 | 1A | 1E | 2C | 36 |
| Octal | 275 | 211 | 124 | 0 | 34 | 70 | 32 | 36 | 54 | 66 |
| Binary | 10111101 | 10001001 | 1010100 | 0 | 11100 | 111000 | 11010 | 11110 | 101100 | 110110 |
Color Harmonies of #BD8954
Complementary color
Monochromatic Colors of #BD8954
Black with #BD8954
Text Example
Text Example
White with #BD8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8954; }
p { color: rgb(189,137,84); }
H1.HeaderClassName
{
color: #BD8954;
}
.AnyTagClassName
{
color: #BD8954;
}
</style>
background-color css
<style>
a { background-color: #BD8954; }
a { background-color: rgb(189,137,84); }
div.DivClassName
{
background-color: #BD8954;
}
.BgClassName
{
background-color: #BD8954;
}
</style>
border-color css
<style>
span { border-color: #BD8954; }
span { border-color: rgb(189,137,84); }
td.TdClassName
{
border-color: #BD8954;
}
.TagClassName
{
border-color: #BD8954;
}
</style>