Shades of Twine #BD8A50
Tints of Twine #BD8A50
RGB
CMYK
RGB Variations
Color information
#BD8A50 (or 0xBD8A50) is known color: Twine. HEX triplet: BD, 8A and 50. RGB value is (189,138,80). Sum of RGB (Red+Green+Blue) = 189+138+80=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A50 is #4275AF. Grayscale: #929292. Windows color (decimal): -4355504 or 5278397. OLE color: 5278397.
HSL color Cylindrical-coordinate representation of color #BD8A50: hue angle of 31.93º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD8A50 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 80 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.26 |
| HSL | 31.93º | 0.45% | 0.53% | - |
| HSV(B) | 31.93º | 0.58% | 0.74% | - |
| XYZ | 31.52 | 29.57 | 11.64 | - |
| YUV | 146.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 80 | 0 | 0.27 | 0.58 | 0.26 | 31.93 | 0.45 | 0.53 |
| Hex | BD | 8A | 50 | 0 | 1B | 3A | 1A | 20 | 2D | 35 |
| Octal | 275 | 212 | 120 | 0 | 33 | 72 | 32 | 40 | 55 | 65 |
| Binary | 10111101 | 10001010 | 1010000 | 0 | 11011 | 111010 | 11010 | 100000 | 101101 | 110101 |
Color Harmonies of #BD8A50
Complementary color
Monochromatic Colors of #BD8A50
Black with #BD8A50
Text Example
Text Example
White with #BD8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A50; }
p { color: rgb(189,138,80); }
H1.HeaderClassName
{
color: #BD8A50;
}
.AnyTagClassName
{
color: #BD8A50;
}
</style>
background-color css
<style>
a { background-color: #BD8A50; }
a { background-color: rgb(189,138,80); }
div.DivClassName
{
background-color: #BD8A50;
}
.BgClassName
{
background-color: #BD8A50;
}
</style>
border-color css
<style>
span { border-color: #BD8A50; }
span { border-color: rgb(189,138,80); }
td.TdClassName
{
border-color: #BD8A50;
}
.TagClassName
{
border-color: #BD8A50;
}
</style>