Shades of Twine #BD8D58
Tints of Twine #BD8D58
RGB
CMYK
RGB Variations
Color information
#BD8D58 (or 0xBD8D58) is known color: Twine. HEX triplet: BD, 8D and 58. RGB value is (189,141,88). Sum of RGB (Red+Green+Blue) = 189+141+88=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D58 is #4272A7. Grayscale: #959595. Windows color (decimal): -4354728 or 5803453. OLE color: 5803453.
HSL color Cylindrical-coordinate representation of color #BD8D58: hue angle of 31.49º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD8D58 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 88 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.26 |
| HSL | 31.49º | 0.43% | 0.54% | - |
| HSV(B) | 31.49º | 0.53% | 0.74% | - |
| XYZ | 32.27 | 30.57 | 13.43 | - |
| YUV | 149.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 88 | 0 | 0.25 | 0.53 | 0.26 | 31.49 | 0.43 | 0.54 |
| Hex | BD | 8D | 58 | 0 | 19 | 35 | 1A | 1F | 2B | 36 |
| Octal | 275 | 215 | 130 | 0 | 31 | 65 | 32 | 37 | 53 | 66 |
| Binary | 10111101 | 10001101 | 1011000 | 0 | 11001 | 110101 | 11010 | 11111 | 101011 | 110110 |
Color Harmonies of #BD8D58
Complementary color
Monochromatic Colors of #BD8D58
Black with #BD8D58
Text Example
Text Example
White with #BD8D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D58; }
p { color: rgb(189,141,88); }
H1.HeaderClassName
{
color: #BD8D58;
}
.AnyTagClassName
{
color: #BD8D58;
}
</style>
background-color css
<style>
a { background-color: #BD8D58; }
a { background-color: rgb(189,141,88); }
div.DivClassName
{
background-color: #BD8D58;
}
.BgClassName
{
background-color: #BD8D58;
}
</style>
border-color css
<style>
span { border-color: #BD8D58; }
span { border-color: rgb(189,141,88); }
td.TdClassName
{
border-color: #BD8D58;
}
.TagClassName
{
border-color: #BD8D58;
}
</style>