Shades of Twine #BD8F5B
Tints of Twine #BD8F5B
RGB
CMYK
RGB Variations
Color information
#BD8F5B (or 0xBD8F5B) is known color: Twine. HEX triplet: BD, 8F and 5B. RGB value is (189,143,91). Sum of RGB (Red+Green+Blue) = 189+143+91=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F5B is #4270A4. Grayscale: #979797. Windows color (decimal): -4354213 or 6000573. OLE color: 6000573.
HSL color Cylindrical-coordinate representation of color #BD8F5B: hue angle of 31.84º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD8F5B is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 91 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.26 |
| HSL | 31.84º | 0.43% | 0.55% | - |
| HSV(B) | 31.84º | 0.52% | 0.74% | - |
| XYZ | 32.7 | 31.22 | 14.2 | - |
| YUV | 150.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 91 | 0 | 0.24 | 0.52 | 0.26 | 31.84 | 0.43 | 0.55 |
| Hex | BD | 8F | 5B | 0 | 18 | 34 | 1A | 20 | 2B | 37 |
| Octal | 275 | 217 | 133 | 0 | 30 | 64 | 32 | 40 | 53 | 67 |
| Binary | 10111101 | 10001111 | 1011011 | 0 | 11000 | 110100 | 11010 | 100000 | 101011 | 110111 |
Color Harmonies of #BD8F5B
Complementary color
Monochromatic Colors of #BD8F5B
Black with #BD8F5B
Text Example
Text Example
White with #BD8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F5B; }
p { color: rgb(189,143,91); }
H1.HeaderClassName
{
color: #BD8F5B;
}
.AnyTagClassName
{
color: #BD8F5B;
}
</style>
background-color css
<style>
a { background-color: #BD8F5B; }
a { background-color: rgb(189,143,91); }
div.DivClassName
{
background-color: #BD8F5B;
}
.BgClassName
{
background-color: #BD8F5B;
}
</style>
border-color css
<style>
span { border-color: #BD8F5B; }
span { border-color: rgb(189,143,91); }
td.TdClassName
{
border-color: #BD8F5B;
}
.TagClassName
{
border-color: #BD8F5B;
}
</style>