Shades of Twine #BD9354
Tints of Twine #BD9354
RGB
CMYK
RGB Variations
Color information
#BD9354 (or 0xBD9354) is known color: Twine. HEX triplet: BD, 93 and 54. RGB value is (189,147,84). Sum of RGB (Red+Green+Blue) = 189+147+84=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9354 is #426CAB. Grayscale: #989898. Windows color (decimal): -4353196 or 5542845. OLE color: 5542845.
HSL color Cylindrical-coordinate representation of color #BD9354: hue angle of 36º 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 #BD9354 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 84 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.26 |
| HSL | 36º | 0.44% | 0.54% | - |
| HSV(B) | 36º | 0.56% | 0.74% | - |
| XYZ | 33.02 | 32.33 | 12.89 | - |
| YUV | 152.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 84 | 0 | 0.22 | 0.56 | 0.26 | 36 | 0.44 | 0.54 |
| Hex | BD | 93 | 54 | 0 | 16 | 38 | 1A | 24 | 2C | 36 |
| Octal | 275 | 223 | 124 | 0 | 26 | 70 | 32 | 44 | 54 | 66 |
| Binary | 10111101 | 10010011 | 1010100 | 0 | 10110 | 111000 | 11010 | 100100 | 101100 | 110110 |
Color Harmonies of #BD9354
Complementary color
Monochromatic Colors of #BD9354
Black with #BD9354
Text Example
Text Example
White with #BD9354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9354; }
p { color: rgb(189,147,84); }
H1.HeaderClassName
{
color: #BD9354;
}
.AnyTagClassName
{
color: #BD9354;
}
</style>
background-color css
<style>
a { background-color: #BD9354; }
a { background-color: rgb(189,147,84); }
div.DivClassName
{
background-color: #BD9354;
}
.BgClassName
{
background-color: #BD9354;
}
</style>
border-color css
<style>
span { border-color: #BD9354; }
span { border-color: rgb(189,147,84); }
td.TdClassName
{
border-color: #BD9354;
}
.TagClassName
{
border-color: #BD9354;
}
</style>