Shades of Twine #BD8E5A
Tints of Twine #BD8E5A
RGB
CMYK
RGB Variations
Color information
#BD8E5A (or 0xBD8E5A) is known color: Twine. HEX triplet: BD, 8E and 5A. RGB value is (189,142,90). Sum of RGB (Red+Green+Blue) = 189+142+90=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E5A is #4271A5. Grayscale: #969696. Windows color (decimal): -4354470 or 5934781. OLE color: 5934781.
HSL color Cylindrical-coordinate representation of color #BD8E5A: hue angle of 31.52º 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 #BD8E5A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 90 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.26 |
| HSL | 31.52º | 0.43% | 0.55% | - |
| HSV(B) | 31.52º | 0.52% | 0.74% | - |
| XYZ | 32.5 | 30.9 | 13.92 | - |
| YUV | 150.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 90 | 0 | 0.25 | 0.52 | 0.26 | 31.52 | 0.43 | 0.55 |
| Hex | BD | 8E | 5A | 0 | 19 | 34 | 1A | 20 | 2B | 37 |
| Octal | 275 | 216 | 132 | 0 | 31 | 64 | 32 | 40 | 53 | 67 |
| Binary | 10111101 | 10001110 | 1011010 | 0 | 11001 | 110100 | 11010 | 100000 | 101011 | 110111 |
Color Harmonies of #BD8E5A
Complementary color
Monochromatic Colors of #BD8E5A
Black with #BD8E5A
Text Example
Text Example
White with #BD8E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E5A; }
p { color: rgb(189,142,90); }
H1.HeaderClassName
{
color: #BD8E5A;
}
.AnyTagClassName
{
color: #BD8E5A;
}
</style>
background-color css
<style>
a { background-color: #BD8E5A; }
a { background-color: rgb(189,142,90); }
div.DivClassName
{
background-color: #BD8E5A;
}
.BgClassName
{
background-color: #BD8E5A;
}
</style>
border-color css
<style>
span { border-color: #BD8E5A; }
span { border-color: rgb(189,142,90); }
td.TdClassName
{
border-color: #BD8E5A;
}
.TagClassName
{
border-color: #BD8E5A;
}
</style>