Shades of Twine #BD905D
Tints of Twine #BD905D
RGB
CMYK
RGB Variations
Color information
#BD905D (or 0xBD905D) is known color: Twine. HEX triplet: BD, 90 and 5D. RGB value is (189,144,93). Sum of RGB (Red+Green+Blue) = 189+144+93=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD905D is #426FA2. Grayscale: #979797. Windows color (decimal): -4353955 or 6131901. OLE color: 6131901.
HSL color Cylindrical-coordinate representation of color #BD905D: hue angle of 31.88º 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 #BD905D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 93 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.26 |
| HSL | 31.88º | 0.42% | 0.55% | - |
| HSV(B) | 31.88º | 0.51% | 0.74% | - |
| XYZ | 32.94 | 31.56 | 14.71 | - |
| YUV | 151.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 93 | 0 | 0.24 | 0.51 | 0.26 | 31.88 | 0.42 | 0.55 |
| Hex | BD | 90 | 5D | 0 | 18 | 33 | 1A | 20 | 2A | 37 |
| Octal | 275 | 220 | 135 | 0 | 30 | 63 | 32 | 40 | 52 | 67 |
| Binary | 10111101 | 10010000 | 1011101 | 0 | 11000 | 110011 | 11010 | 100000 | 101010 | 110111 |
Color Harmonies of #BD905D
Complementary color
Monochromatic Colors of #BD905D
Black with #BD905D
Text Example
Text Example
White with #BD905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD905D; }
p { color: rgb(189,144,93); }
H1.HeaderClassName
{
color: #BD905D;
}
.AnyTagClassName
{
color: #BD905D;
}
</style>
background-color css
<style>
a { background-color: #BD905D; }
a { background-color: rgb(189,144,93); }
div.DivClassName
{
background-color: #BD905D;
}
.BgClassName
{
background-color: #BD905D;
}
</style>
border-color css
<style>
span { border-color: #BD905D; }
span { border-color: rgb(189,144,93); }
td.TdClassName
{
border-color: #BD905D;
}
.TagClassName
{
border-color: #BD905D;
}
</style>