Shades of Twine #BC8450
Tints of Twine #BC8450
RGB
CMYK
RGB Variations
Color information
#BC8450 (or 0xBC8450) is known color: Twine. HEX triplet: BC, 84 and 50. RGB value is (188,132,80). Sum of RGB (Red+Green+Blue) = 188+132+80=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8450 is #437BAF. Grayscale: #8F8F8F. Windows color (decimal): -4422576 or 5276860. OLE color: 5276860.
HSL color Cylindrical-coordinate representation of color #BC8450: hue angle of 28.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8450 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 80 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.26 |
| HSL | 28.89º | 0.45% | 0.53% | - |
| HSV(B) | 28.89º | 0.57% | 0.74% | - |
| XYZ | 30.44 | 27.77 | 11.35 | - |
| YUV | 142.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 80 | 0 | 0.30 | 0.57 | 0.26 | 28.89 | 0.45 | 0.53 |
| Hex | BC | 84 | 50 | 0 | 1E | 39 | 1A | 1D | 2D | 35 |
| Octal | 274 | 204 | 120 | 0 | 36 | 71 | 32 | 35 | 55 | 65 |
| Binary | 10111100 | 10000100 | 1010000 | 0 | 11110 | 111001 | 11010 | 11101 | 101101 | 110101 |
Color Harmonies of #BC8450
Complementary color
Monochromatic Colors of #BC8450
Black with #BC8450
Text Example
Text Example
White with #BC8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8450; }
p { color: rgb(188,132,80); }
H1.HeaderClassName
{
color: #BC8450;
}
.AnyTagClassName
{
color: #BC8450;
}
</style>
background-color css
<style>
a { background-color: #BC8450; }
a { background-color: rgb(188,132,80); }
div.DivClassName
{
background-color: #BC8450;
}
.BgClassName
{
background-color: #BC8450;
}
</style>
border-color css
<style>
span { border-color: #BC8450; }
span { border-color: rgb(188,132,80); }
td.TdClassName
{
border-color: #BC8450;
}
.TagClassName
{
border-color: #BC8450;
}
</style>