Shades of Twine #BD9457
Tints of Twine #BD9457
RGB
CMYK
RGB Variations
Color information
#BD9457 (or 0xBD9457) is known color: Twine. HEX triplet: BD, 94 and 57. RGB value is (189,148,87). Sum of RGB (Red+Green+Blue) = 189+148+87=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9457 is #426BA8. Grayscale: #999999. Windows color (decimal): -4352937 or 5739709. OLE color: 5739709.
HSL color Cylindrical-coordinate representation of color #BD9457: hue angle of 35.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD9457 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 87 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.26 |
| HSL | 35.88º | 0.44% | 0.54% | - |
| HSV(B) | 35.88º | 0.54% | 0.74% | - |
| XYZ | 33.3 | 32.69 | 13.57 | - |
| YUV | 153.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 87 | 0 | 0.22 | 0.54 | 0.26 | 35.88 | 0.44 | 0.54 |
| Hex | BD | 94 | 57 | 0 | 16 | 36 | 1A | 24 | 2C | 36 |
| Octal | 275 | 224 | 127 | 0 | 26 | 66 | 32 | 44 | 54 | 66 |
| Binary | 10111101 | 10010100 | 1010111 | 0 | 10110 | 110110 | 11010 | 100100 | 101100 | 110110 |
Color Harmonies of #BD9457
Complementary color
Monochromatic Colors of #BD9457
Black with #BD9457
Text Example
Text Example
White with #BD9457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9457; }
p { color: rgb(189,148,87); }
H1.HeaderClassName
{
color: #BD9457;
}
.AnyTagClassName
{
color: #BD9457;
}
</style>
background-color css
<style>
a { background-color: #BD9457; }
a { background-color: rgb(189,148,87); }
div.DivClassName
{
background-color: #BD9457;
}
.BgClassName
{
background-color: #BD9457;
}
</style>
border-color css
<style>
span { border-color: #BD9457; }
span { border-color: rgb(189,148,87); }
td.TdClassName
{
border-color: #BD9457;
}
.TagClassName
{
border-color: #BD9457;
}
</style>