Shades of Twine #BD8A51
Tints of Twine #BD8A51
RGB
CMYK
RGB Variations
Color information
#BD8A51 (or 0xBD8A51) is known color: Twine. HEX triplet: BD, 8A and 51. RGB value is (189,138,81). Sum of RGB (Red+Green+Blue) = 189+138+81=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A51 is #4275AE. Grayscale: #939393. Windows color (decimal): -4355503 or 5343933. OLE color: 5343933.
HSL color Cylindrical-coordinate representation of color #BD8A51: hue angle of 31.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD8A51 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 81 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.26 |
| HSL | 31.67º | 0.45% | 0.53% | - |
| HSV(B) | 31.67º | 0.57% | 0.74% | - |
| XYZ | 31.56 | 29.59 | 11.83 | - |
| YUV | 146.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 81 | 0 | 0.27 | 0.57 | 0.26 | 31.67 | 0.45 | 0.53 |
| Hex | BD | 8A | 51 | 0 | 1B | 39 | 1A | 20 | 2D | 35 |
| Octal | 275 | 212 | 121 | 0 | 33 | 71 | 32 | 40 | 55 | 65 |
| Binary | 10111101 | 10001010 | 1010001 | 0 | 11011 | 111001 | 11010 | 100000 | 101101 | 110101 |
Color Harmonies of #BD8A51
Complementary color
Monochromatic Colors of #BD8A51
Black with #BD8A51
Text Example
Text Example
White with #BD8A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A51; }
p { color: rgb(189,138,81); }
H1.HeaderClassName
{
color: #BD8A51;
}
.AnyTagClassName
{
color: #BD8A51;
}
</style>
background-color css
<style>
a { background-color: #BD8A51; }
a { background-color: rgb(189,138,81); }
div.DivClassName
{
background-color: #BD8A51;
}
.BgClassName
{
background-color: #BD8A51;
}
</style>
border-color css
<style>
span { border-color: #BD8A51; }
span { border-color: rgb(189,138,81); }
td.TdClassName
{
border-color: #BD8A51;
}
.TagClassName
{
border-color: #BD8A51;
}
</style>