Shades of Twine #BD8451
Tints of Twine #BD8451
RGB
CMYK
RGB Variations
Color information
#BD8451 (or 0xBD8451) is known color: Twine. HEX triplet: BD, 84 and 51. RGB value is (189,132,81). Sum of RGB (Red+Green+Blue) = 189+132+81=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8451 is #427BAE. Grayscale: #8F8F8F. Windows color (decimal): -4357039 or 5342397. OLE color: 5342397.
HSL color Cylindrical-coordinate representation of color #BD8451: hue angle of 28.33º 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 #BD8451 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 81 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.26 |
| HSL | 28.33º | 0.45% | 0.53% | - |
| HSV(B) | 28.33º | 0.57% | 0.74% | - |
| XYZ | 30.72 | 27.92 | 11.55 | - |
| YUV | 143.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 81 | 0 | 0.30 | 0.57 | 0.26 | 28.33 | 0.45 | 0.53 |
| Hex | BD | 84 | 51 | 0 | 1E | 39 | 1A | 1C | 2D | 35 |
| Octal | 275 | 204 | 121 | 0 | 36 | 71 | 32 | 34 | 55 | 65 |
| Binary | 10111101 | 10000100 | 1010001 | 0 | 11110 | 111001 | 11010 | 11100 | 101101 | 110101 |
Color Harmonies of #BD8451
Complementary color
Monochromatic Colors of #BD8451
Black with #BD8451
Text Example
Text Example
White with #BD8451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8451; }
p { color: rgb(189,132,81); }
H1.HeaderClassName
{
color: #BD8451;
}
.AnyTagClassName
{
color: #BD8451;
}
</style>
background-color css
<style>
a { background-color: #BD8451; }
a { background-color: rgb(189,132,81); }
div.DivClassName
{
background-color: #BD8451;
}
.BgClassName
{
background-color: #BD8451;
}
</style>
border-color css
<style>
span { border-color: #BD8451; }
span { border-color: rgb(189,132,81); }
td.TdClassName
{
border-color: #BD8451;
}
.TagClassName
{
border-color: #BD8451;
}
</style>