Shades of Twine #BC844F
Tints of Twine #BC844F
RGB
CMYK
RGB Variations
Color information
#BC844F (or 0xBC844F) is known color: Twine. HEX triplet: BC, 84 and 4F. RGB value is (188,132,79). Sum of RGB (Red+Green+Blue) = 188+132+79=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC844F is #437BB0. Grayscale: #8E8E8E. Windows color (decimal): -4422577 or 5211324. OLE color: 5211324.
HSL color Cylindrical-coordinate representation of color #BC844F: hue angle of 29.17º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC844F is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 79 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.26 |
| HSL | 29.17º | 0.45% | 0.52% | - |
| HSV(B) | 29.17º | 0.58% | 0.74% | - |
| XYZ | 30.4 | 27.76 | 11.15 | - |
| YUV | 142.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 79 | 0 | 0.30 | 0.58 | 0.26 | 29.17 | 0.45 | 0.52 |
| Hex | BC | 84 | 4F | 0 | 1E | 3A | 1A | 1D | 2D | 34 |
| Octal | 274 | 204 | 117 | 0 | 36 | 72 | 32 | 35 | 55 | 64 |
| Binary | 10111100 | 10000100 | 1001111 | 0 | 11110 | 111010 | 11010 | 11101 | 101101 | 110100 |
Color Harmonies of #BC844F
Complementary color
Monochromatic Colors of #BC844F
Black with #BC844F
Text Example
Text Example
White with #BC844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC844F; }
p { color: rgb(188,132,79); }
H1.HeaderClassName
{
color: #BC844F;
}
.AnyTagClassName
{
color: #BC844F;
}
</style>
background-color css
<style>
a { background-color: #BC844F; }
a { background-color: rgb(188,132,79); }
div.DivClassName
{
background-color: #BC844F;
}
.BgClassName
{
background-color: #BC844F;
}
</style>
border-color css
<style>
span { border-color: #BC844F; }
span { border-color: rgb(188,132,79); }
td.TdClassName
{
border-color: #BC844F;
}
.TagClassName
{
border-color: #BC844F;
}
</style>