Shades of Twine #BC8353
Tints of Twine #BC8353
RGB
CMYK
RGB Variations
Color information
#BC8353 (or 0xBC8353) is known color: Twine. HEX triplet: BC, 83 and 53. RGB value is (188,131,83). Sum of RGB (Red+Green+Blue) = 188+131+83=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8353 is #437CAC. Grayscale: #8E8E8E. Windows color (decimal): -4422829 or 5473212. OLE color: 5473212.
HSL color Cylindrical-coordinate representation of color #BC8353: hue angle of 27.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC8353 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 83 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.26 |
| HSL | 27.43º | 0.44% | 0.53% | - |
| HSV(B) | 27.43º | 0.56% | 0.74% | - |
| XYZ | 30.42 | 27.55 | 11.9 | - |
| YUV | 142.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 83 | 0 | 0.30 | 0.56 | 0.26 | 27.43 | 0.44 | 0.53 |
| Hex | BC | 83 | 53 | 0 | 1E | 38 | 1A | 1B | 2C | 35 |
| Octal | 274 | 203 | 123 | 0 | 36 | 70 | 32 | 33 | 54 | 65 |
| Binary | 10111100 | 10000011 | 1010011 | 0 | 11110 | 111000 | 11010 | 11011 | 101100 | 110101 |
Color Harmonies of #BC8353
Complementary color
Monochromatic Colors of #BC8353
Black with #BC8353
Text Example
Text Example
White with #BC8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8353; }
p { color: rgb(188,131,83); }
H1.HeaderClassName
{
color: #BC8353;
}
.AnyTagClassName
{
color: #BC8353;
}
</style>
background-color css
<style>
a { background-color: #BC8353; }
a { background-color: rgb(188,131,83); }
div.DivClassName
{
background-color: #BC8353;
}
.BgClassName
{
background-color: #BC8353;
}
</style>
border-color css
<style>
span { border-color: #BC8353; }
span { border-color: rgb(188,131,83); }
td.TdClassName
{
border-color: #BC8353;
}
.TagClassName
{
border-color: #BC8353;
}
</style>