Shades of Twine #BC8F54
Tints of Twine #BC8F54
RGB
CMYK
RGB Variations
Color information
#BC8F54 (or 0xBC8F54) is known color: Twine. HEX triplet: BC, 8F and 54. RGB value is (188,143,84). Sum of RGB (Red+Green+Blue) = 188+143+84=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F54 is #4370AB. Grayscale: #969696. Windows color (decimal): -4419756 or 5541820. OLE color: 5541820.
HSL color Cylindrical-coordinate representation of color #BC8F54: hue angle of 34.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC8F54 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 84 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.26 |
| HSL | 34.04º | 0.44% | 0.53% | - |
| HSV(B) | 34.04º | 0.55% | 0.74% | - |
| XYZ | 32.16 | 30.98 | 12.67 | - |
| YUV | 149.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 84 | 0 | 0.24 | 0.55 | 0.26 | 34.04 | 0.44 | 0.53 |
| Hex | BC | 8F | 54 | 0 | 18 | 37 | 1A | 22 | 2C | 35 |
| Octal | 274 | 217 | 124 | 0 | 30 | 67 | 32 | 42 | 54 | 65 |
| Binary | 10111100 | 10001111 | 1010100 | 0 | 11000 | 110111 | 11010 | 100010 | 101100 | 110101 |
Color Harmonies of #BC8F54
Complementary color
Monochromatic Colors of #BC8F54
Black with #BC8F54
Text Example
Text Example
White with #BC8F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F54; }
p { color: rgb(188,143,84); }
H1.HeaderClassName
{
color: #BC8F54;
}
.AnyTagClassName
{
color: #BC8F54;
}
</style>
background-color css
<style>
a { background-color: #BC8F54; }
a { background-color: rgb(188,143,84); }
div.DivClassName
{
background-color: #BC8F54;
}
.BgClassName
{
background-color: #BC8F54;
}
</style>
border-color css
<style>
span { border-color: #BC8F54; }
span { border-color: rgb(188,143,84); }
td.TdClassName
{
border-color: #BC8F54;
}
.TagClassName
{
border-color: #BC8F54;
}
</style>