Shades of Twine #BD8C5D
Tints of Twine #BD8C5D
RGB
CMYK
RGB Variations
Color information
#BD8C5D (or 0xBD8C5D) is known color: Twine. HEX triplet: BD, 8C and 5D. RGB value is (189,140,93). Sum of RGB (Red+Green+Blue) = 189+140+93=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C5D is #4273A2. Grayscale: #959595. Windows color (decimal): -4354979 or 6130877. OLE color: 6130877.
HSL color Cylindrical-coordinate representation of color #BD8C5D: hue angle of 29.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD8C5D is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 93 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.26 |
| HSL | 29.38º | 0.42% | 0.55% | - |
| HSV(B) | 29.38º | 0.51% | 0.74% | - |
| XYZ | 32.34 | 30.37 | 14.51 | - |
| YUV | 149.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 93 | 0 | 0.26 | 0.51 | 0.26 | 29.38 | 0.42 | 0.55 |
| Hex | BD | 8C | 5D | 0 | 1A | 33 | 1A | 1D | 2A | 37 |
| Octal | 275 | 214 | 135 | 0 | 32 | 63 | 32 | 35 | 52 | 67 |
| Binary | 10111101 | 10001100 | 1011101 | 0 | 11010 | 110011 | 11010 | 11101 | 101010 | 110111 |
Color Harmonies of #BD8C5D
Complementary color
Monochromatic Colors of #BD8C5D
Black with #BD8C5D
Text Example
Text Example
White with #BD8C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C5D; }
p { color: rgb(189,140,93); }
H1.HeaderClassName
{
color: #BD8C5D;
}
.AnyTagClassName
{
color: #BD8C5D;
}
</style>
background-color css
<style>
a { background-color: #BD8C5D; }
a { background-color: rgb(189,140,93); }
div.DivClassName
{
background-color: #BD8C5D;
}
.BgClassName
{
background-color: #BD8C5D;
}
</style>
border-color css
<style>
span { border-color: #BD8C5D; }
span { border-color: rgb(189,140,93); }
td.TdClassName
{
border-color: #BD8C5D;
}
.TagClassName
{
border-color: #BD8C5D;
}
</style>