Shades of Twine #BD8F5D
Tints of Twine #BD8F5D
RGB
CMYK
RGB Variations
Color information
#BD8F5D (or 0xBD8F5D) is known color: Twine. HEX triplet: BD, 8F and 5D. RGB value is (189,143,93). Sum of RGB (Red+Green+Blue) = 189+143+93=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F5D is #4270A2. Grayscale: #979797. Windows color (decimal): -4354211 or 6131645. OLE color: 6131645.
HSL color Cylindrical-coordinate representation of color #BD8F5D: hue angle of 31.25º 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 #BD8F5D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 93 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.26 |
| HSL | 31.25º | 0.42% | 0.55% | - |
| HSV(B) | 31.25º | 0.51% | 0.74% | - |
| XYZ | 32.78 | 31.25 | 14.66 | - |
| YUV | 151.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 93 | 0 | 0.24 | 0.51 | 0.26 | 31.25 | 0.42 | 0.55 |
| Hex | BD | 8F | 5D | 0 | 18 | 33 | 1A | 1F | 2A | 37 |
| Octal | 275 | 217 | 135 | 0 | 30 | 63 | 32 | 37 | 52 | 67 |
| Binary | 10111101 | 10001111 | 1011101 | 0 | 11000 | 110011 | 11010 | 11111 | 101010 | 110111 |
Color Harmonies of #BD8F5D
Complementary color
Monochromatic Colors of #BD8F5D
Black with #BD8F5D
Text Example
Text Example
White with #BD8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F5D; }
p { color: rgb(189,143,93); }
H1.HeaderClassName
{
color: #BD8F5D;
}
.AnyTagClassName
{
color: #BD8F5D;
}
</style>
background-color css
<style>
a { background-color: #BD8F5D; }
a { background-color: rgb(189,143,93); }
div.DivClassName
{
background-color: #BD8F5D;
}
.BgClassName
{
background-color: #BD8F5D;
}
</style>
border-color css
<style>
span { border-color: #BD8F5D; }
span { border-color: rgb(189,143,93); }
td.TdClassName
{
border-color: #BD8F5D;
}
.TagClassName
{
border-color: #BD8F5D;
}
</style>