Shades of Twine #BD8C5C
Tints of Twine #BD8C5C
RGB
CMYK
RGB Variations
Color information
#BD8C5C (or 0xBD8C5C) is known color: Twine. HEX triplet: BD, 8C and 5C. RGB value is (189,140,92). Sum of RGB (Red+Green+Blue) = 189+140+92=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C5C is #4273A3. Grayscale: #959595. Windows color (decimal): -4354980 or 6065341. OLE color: 6065341.
HSL color Cylindrical-coordinate representation of color #BD8C5C: hue angle of 29.69º 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 #BD8C5C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 92 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.26 |
| HSL | 29.69º | 0.42% | 0.55% | - |
| HSV(B) | 29.69º | 0.51% | 0.74% | - |
| XYZ | 32.3 | 30.35 | 14.28 | - |
| YUV | 149.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 92 | 0 | 0.26 | 0.51 | 0.26 | 29.69 | 0.42 | 0.55 |
| Hex | BD | 8C | 5C | 0 | 1A | 33 | 1A | 1E | 2A | 37 |
| Octal | 275 | 214 | 134 | 0 | 32 | 63 | 32 | 36 | 52 | 67 |
| Binary | 10111101 | 10001100 | 1011100 | 0 | 11010 | 110011 | 11010 | 11110 | 101010 | 110111 |
Color Harmonies of #BD8C5C
Complementary color
Monochromatic Colors of #BD8C5C
Black with #BD8C5C
Text Example
Text Example
White with #BD8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C5C; }
p { color: rgb(189,140,92); }
H1.HeaderClassName
{
color: #BD8C5C;
}
.AnyTagClassName
{
color: #BD8C5C;
}
</style>
background-color css
<style>
a { background-color: #BD8C5C; }
a { background-color: rgb(189,140,92); }
div.DivClassName
{
background-color: #BD8C5C;
}
.BgClassName
{
background-color: #BD8C5C;
}
</style>
border-color css
<style>
span { border-color: #BD8C5C; }
span { border-color: rgb(189,140,92); }
td.TdClassName
{
border-color: #BD8C5C;
}
.TagClassName
{
border-color: #BD8C5C;
}
</style>