Shades of Twine #BD8F5C
Tints of Twine #BD8F5C
RGB
CMYK
RGB Variations
Color information
#BD8F5C (or 0xBD8F5C) is known color: Twine. HEX triplet: BD, 8F and 5C. RGB value is (189,143,92). Sum of RGB (Red+Green+Blue) = 189+143+92=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F5C is #4270A3. Grayscale: #979797. Windows color (decimal): -4354212 or 6066109. OLE color: 6066109.
HSL color Cylindrical-coordinate representation of color #BD8F5C: hue angle of 31.55º 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 #BD8F5C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 92 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.26 |
| HSL | 31.55º | 0.42% | 0.55% | - |
| HSV(B) | 31.55º | 0.51% | 0.74% | - |
| XYZ | 32.74 | 31.24 | 14.43 | - |
| YUV | 150.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 92 | 0 | 0.24 | 0.51 | 0.26 | 31.55 | 0.42 | 0.55 |
| Hex | BD | 8F | 5C | 0 | 18 | 33 | 1A | 20 | 2A | 37 |
| Octal | 275 | 217 | 134 | 0 | 30 | 63 | 32 | 40 | 52 | 67 |
| Binary | 10111101 | 10001111 | 1011100 | 0 | 11000 | 110011 | 11010 | 100000 | 101010 | 110111 |
Color Harmonies of #BD8F5C
Complementary color
Monochromatic Colors of #BD8F5C
Black with #BD8F5C
Text Example
Text Example
White with #BD8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F5C; }
p { color: rgb(189,143,92); }
H1.HeaderClassName
{
color: #BD8F5C;
}
.AnyTagClassName
{
color: #BD8F5C;
}
</style>
background-color css
<style>
a { background-color: #BD8F5C; }
a { background-color: rgb(189,143,92); }
div.DivClassName
{
background-color: #BD8F5C;
}
.BgClassName
{
background-color: #BD8F5C;
}
</style>
border-color css
<style>
span { border-color: #BD8F5C; }
span { border-color: rgb(189,143,92); }
td.TdClassName
{
border-color: #BD8F5C;
}
.TagClassName
{
border-color: #BD8F5C;
}
</style>