Shades of Twine #BD8D5C
Tints of Twine #BD8D5C
RGB
CMYK
RGB Variations
Color information
#BD8D5C (or 0xBD8D5C) is known color: Twine. HEX triplet: BD, 8D and 5C. RGB value is (189,141,92). Sum of RGB (Red+Green+Blue) = 189+141+92=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D5C is #4272A3. Grayscale: #969696. Windows color (decimal): -4354724 or 6065597. OLE color: 6065597.
HSL color Cylindrical-coordinate representation of color #BD8D5C: hue angle of 30.31º 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 #BD8D5C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 92 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.26 |
| HSL | 30.31º | 0.42% | 0.55% | - |
| HSV(B) | 30.31º | 0.51% | 0.74% | - |
| XYZ | 32.44 | 30.64 | 14.33 | - |
| YUV | 149.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 92 | 0 | 0.25 | 0.51 | 0.26 | 30.31 | 0.42 | 0.55 |
| Hex | BD | 8D | 5C | 0 | 19 | 33 | 1A | 1E | 2A | 37 |
| Octal | 275 | 215 | 134 | 0 | 31 | 63 | 32 | 36 | 52 | 67 |
| Binary | 10111101 | 10001101 | 1011100 | 0 | 11001 | 110011 | 11010 | 11110 | 101010 | 110111 |
Color Harmonies of #BD8D5C
Complementary color
Monochromatic Colors of #BD8D5C
Black with #BD8D5C
Text Example
Text Example
White with #BD8D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D5C; }
p { color: rgb(189,141,92); }
H1.HeaderClassName
{
color: #BD8D5C;
}
.AnyTagClassName
{
color: #BD8D5C;
}
</style>
background-color css
<style>
a { background-color: #BD8D5C; }
a { background-color: rgb(189,141,92); }
div.DivClassName
{
background-color: #BD8D5C;
}
.BgClassName
{
background-color: #BD8D5C;
}
</style>
border-color css
<style>
span { border-color: #BD8D5C; }
span { border-color: rgb(189,141,92); }
td.TdClassName
{
border-color: #BD8D5C;
}
.TagClassName
{
border-color: #BD8D5C;
}
</style>