Shades of Twine #BD8E5B
Tints of Twine #BD8E5B
RGB
CMYK
RGB Variations
Color information
#BD8E5B (or 0xBD8E5B) is known color: Twine. HEX triplet: BD, 8E and 5B. RGB value is (189,142,91). Sum of RGB (Red+Green+Blue) = 189+142+91=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E5B is #4271A4. Grayscale: #969696. Windows color (decimal): -4354469 or 6000317. OLE color: 6000317.
HSL color Cylindrical-coordinate representation of color #BD8E5B: hue angle of 31.22º 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 #BD8E5B is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 91 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.26 |
| HSL | 31.22º | 0.43% | 0.55% | - |
| HSV(B) | 31.22º | 0.52% | 0.74% | - |
| XYZ | 32.55 | 30.92 | 14.15 | - |
| YUV | 150.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 91 | 0 | 0.25 | 0.52 | 0.26 | 31.22 | 0.43 | 0.55 |
| Hex | BD | 8E | 5B | 0 | 19 | 34 | 1A | 1F | 2B | 37 |
| Octal | 275 | 216 | 133 | 0 | 31 | 64 | 32 | 37 | 53 | 67 |
| Binary | 10111101 | 10001110 | 1011011 | 0 | 11001 | 110100 | 11010 | 11111 | 101011 | 110111 |
Color Harmonies of #BD8E5B
Complementary color
Monochromatic Colors of #BD8E5B
Black with #BD8E5B
Text Example
Text Example
White with #BD8E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E5B; }
p { color: rgb(189,142,91); }
H1.HeaderClassName
{
color: #BD8E5B;
}
.AnyTagClassName
{
color: #BD8E5B;
}
</style>
background-color css
<style>
a { background-color: #BD8E5B; }
a { background-color: rgb(189,142,91); }
div.DivClassName
{
background-color: #BD8E5B;
}
.BgClassName
{
background-color: #BD8E5B;
}
</style>
border-color css
<style>
span { border-color: #BD8E5B; }
span { border-color: rgb(189,142,91); }
td.TdClassName
{
border-color: #BD8E5B;
}
.TagClassName
{
border-color: #BD8E5B;
}
</style>