Shades of Twine #BD8353
Tints of Twine #BD8353
RGB
CMYK
RGB Variations
Color information
#BD8353 (or 0xBD8353) is known color: Twine. HEX triplet: BD, 83 and 53. RGB value is (189,131,83). Sum of RGB (Red+Green+Blue) = 189+131+83=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8353 is #427CAC. Grayscale: #8F8F8F. Windows color (decimal): -4357293 or 5473213. OLE color: 5473213.
HSL color Cylindrical-coordinate representation of color #BD8353: hue angle of 27.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD8353 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 83 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.26 |
| HSL | 27.17º | 0.45% | 0.53% | - |
| HSV(B) | 27.17º | 0.56% | 0.74% | - |
| XYZ | 30.66 | 27.68 | 11.91 | - |
| YUV | 142.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 83 | 0 | 0.31 | 0.56 | 0.26 | 27.17 | 0.45 | 0.53 |
| Hex | BD | 83 | 53 | 0 | 1F | 38 | 1A | 1B | 2D | 35 |
| Octal | 275 | 203 | 123 | 0 | 37 | 70 | 32 | 33 | 55 | 65 |
| Binary | 10111101 | 10000011 | 1010011 | 0 | 11111 | 111000 | 11010 | 11011 | 101101 | 110101 |
Color Harmonies of #BD8353
Complementary color
Monochromatic Colors of #BD8353
Black with #BD8353
Text Example
Text Example
White with #BD8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8353; }
p { color: rgb(189,131,83); }
H1.HeaderClassName
{
color: #BD8353;
}
.AnyTagClassName
{
color: #BD8353;
}
</style>
background-color css
<style>
a { background-color: #BD8353; }
a { background-color: rgb(189,131,83); }
div.DivClassName
{
background-color: #BD8353;
}
.BgClassName
{
background-color: #BD8353;
}
</style>
border-color css
<style>
span { border-color: #BD8353; }
span { border-color: rgb(189,131,83); }
td.TdClassName
{
border-color: #BD8353;
}
.TagClassName
{
border-color: #BD8353;
}
</style>