Shades of Twine #BD845D
Tints of Twine #BD845D
RGB
CMYK
RGB Variations
Color information
#BD845D (or 0xBD845D) is known color: Twine. HEX triplet: BD, 84 and 5D. RGB value is (189,132,93). Sum of RGB (Red+Green+Blue) = 189+132+93=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD845D is #427BA2. Grayscale: #909090. Windows color (decimal): -4357027 or 6128829. OLE color: 6128829.
HSL color Cylindrical-coordinate representation of color #BD845D: hue angle of 24.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD845D is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 93 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.26 |
| HSL | 24.38º | 0.42% | 0.55% | - |
| HSV(B) | 24.38º | 0.51% | 0.74% | - |
| XYZ | 31.21 | 28.11 | 14.14 | - |
| YUV | 144.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 93 | 0 | 0.30 | 0.51 | 0.26 | 24.38 | 0.42 | 0.55 |
| Hex | BD | 84 | 5D | 0 | 1E | 33 | 1A | 18 | 2A | 37 |
| Octal | 275 | 204 | 135 | 0 | 36 | 63 | 32 | 30 | 52 | 67 |
| Binary | 10111101 | 10000100 | 1011101 | 0 | 11110 | 110011 | 11010 | 11000 | 101010 | 110111 |
Color Harmonies of #BD845D
Complementary color
Monochromatic Colors of #BD845D
Black with #BD845D
Text Example
Text Example
White with #BD845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD845D; }
p { color: rgb(189,132,93); }
H1.HeaderClassName
{
color: #BD845D;
}
.AnyTagClassName
{
color: #BD845D;
}
</style>
background-color css
<style>
a { background-color: #BD845D; }
a { background-color: rgb(189,132,93); }
div.DivClassName
{
background-color: #BD845D;
}
.BgClassName
{
background-color: #BD845D;
}
</style>
border-color css
<style>
span { border-color: #BD845D; }
span { border-color: rgb(189,132,93); }
td.TdClassName
{
border-color: #BD845D;
}
.TagClassName
{
border-color: #BD845D;
}
</style>