Shades of Twine #BC805A
Tints of Twine #BC805A
RGB
CMYK
RGB Variations
Color information
#BC805A (or 0xBC805A) is known color: Twine. HEX triplet: BC, 80 and 5A. RGB value is (188,128,90). Sum of RGB (Red+Green+Blue) = 188+128+90=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC805A is #437FA5. Grayscale: #8D8D8D. Windows color (decimal): -4423590 or 5931196. OLE color: 5931196.
HSL color Cylindrical-coordinate representation of color #BC805A: hue angle of 23.27º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC805A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 90 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.26 |
| HSL | 23.27º | 0.42% | 0.55% | - |
| HSV(B) | 23.27º | 0.52% | 0.74% | - |
| XYZ | 30.3 | 26.87 | 13.26 | - |
| YUV | 141.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 90 | 0 | 0.32 | 0.52 | 0.26 | 23.27 | 0.42 | 0.55 |
| Hex | BC | 80 | 5A | 0 | 20 | 34 | 1A | 17 | 2A | 37 |
| Octal | 274 | 200 | 132 | 0 | 40 | 64 | 32 | 27 | 52 | 67 |
| Binary | 10111100 | 10000000 | 1011010 | 0 | 100000 | 110100 | 11010 | 10111 | 101010 | 110111 |
Color Harmonies of #BC805A
Complementary color
Monochromatic Colors of #BC805A
Black with #BC805A
Text Example
Text Example
White with #BC805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC805A; }
p { color: rgb(188,128,90); }
H1.HeaderClassName
{
color: #BC805A;
}
.AnyTagClassName
{
color: #BC805A;
}
</style>
background-color css
<style>
a { background-color: #BC805A; }
a { background-color: rgb(188,128,90); }
div.DivClassName
{
background-color: #BC805A;
}
.BgClassName
{
background-color: #BC805A;
}
</style>
border-color css
<style>
span { border-color: #BC805A; }
span { border-color: rgb(188,128,90); }
td.TdClassName
{
border-color: #BC805A;
}
.TagClassName
{
border-color: #BC805A;
}
</style>