Shades of Twine #BD8354
Tints of Twine #BD8354
RGB
CMYK
RGB Variations
Color information
#BD8354 (or 0xBD8354) is known color: Twine. HEX triplet: BD, 83 and 54. RGB value is (189,131,84). Sum of RGB (Red+Green+Blue) = 189+131+84=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8354 is #427CAB. Grayscale: #8F8F8F. Windows color (decimal): -4357292 or 5538749. OLE color: 5538749.
HSL color Cylindrical-coordinate representation of color #BD8354: hue angle of 26.86º 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 #BD8354 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 84 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.26 |
| HSL | 26.86º | 0.44% | 0.54% | - |
| HSV(B) | 26.86º | 0.56% | 0.74% | - |
| XYZ | 30.7 | 27.69 | 12.11 | - |
| YUV | 142.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 84 | 0 | 0.31 | 0.56 | 0.26 | 26.86 | 0.44 | 0.54 |
| Hex | BD | 83 | 54 | 0 | 1F | 38 | 1A | 1B | 2C | 36 |
| Octal | 275 | 203 | 124 | 0 | 37 | 70 | 32 | 33 | 54 | 66 |
| Binary | 10111101 | 10000011 | 1010100 | 0 | 11111 | 111000 | 11010 | 11011 | 101100 | 110110 |
Color Harmonies of #BD8354
Complementary color
Monochromatic Colors of #BD8354
Black with #BD8354
Text Example
Text Example
White with #BD8354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8354; }
p { color: rgb(189,131,84); }
H1.HeaderClassName
{
color: #BD8354;
}
.AnyTagClassName
{
color: #BD8354;
}
</style>
background-color css
<style>
a { background-color: #BD8354; }
a { background-color: rgb(189,131,84); }
div.DivClassName
{
background-color: #BD8354;
}
.BgClassName
{
background-color: #BD8354;
}
</style>
border-color css
<style>
span { border-color: #BD8354; }
span { border-color: rgb(189,131,84); }
td.TdClassName
{
border-color: #BD8354;
}
.TagClassName
{
border-color: #BD8354;
}
</style>