Shades of Twine #BD9353
Tints of Twine #BD9353
RGB
CMYK
RGB Variations
Color information
#BD9353 (or 0xBD9353) is known color: Twine. HEX triplet: BD, 93 and 53. RGB value is (189,147,83). Sum of RGB (Red+Green+Blue) = 189+147+83=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9353 is #426CAC. Grayscale: #989898. Windows color (decimal): -4353197 or 5477309. OLE color: 5477309.
HSL color Cylindrical-coordinate representation of color #BD9353: hue angle of 36.23º 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 #BD9353 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 83 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.26 |
| HSL | 36.23º | 0.45% | 0.53% | - |
| HSV(B) | 36.23º | 0.56% | 0.74% | - |
| XYZ | 32.98 | 32.31 | 12.68 | - |
| YUV | 152.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 83 | 0 | 0.22 | 0.56 | 0.26 | 36.23 | 0.45 | 0.53 |
| Hex | BD | 93 | 53 | 0 | 16 | 38 | 1A | 24 | 2D | 35 |
| Octal | 275 | 223 | 123 | 0 | 26 | 70 | 32 | 44 | 55 | 65 |
| Binary | 10111101 | 10010011 | 1010011 | 0 | 10110 | 111000 | 11010 | 100100 | 101101 | 110101 |
Color Harmonies of #BD9353
Complementary color
Monochromatic Colors of #BD9353
Black with #BD9353
Text Example
Text Example
White with #BD9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9353; }
p { color: rgb(189,147,83); }
H1.HeaderClassName
{
color: #BD9353;
}
.AnyTagClassName
{
color: #BD9353;
}
</style>
background-color css
<style>
a { background-color: #BD9353; }
a { background-color: rgb(189,147,83); }
div.DivClassName
{
background-color: #BD9353;
}
.BgClassName
{
background-color: #BD9353;
}
</style>
border-color css
<style>
span { border-color: #BD9353; }
span { border-color: rgb(189,147,83); }
td.TdClassName
{
border-color: #BD9353;
}
.TagClassName
{
border-color: #BD9353;
}
</style>