Shades of Twine #BC855A
Tints of Twine #BC855A
RGB
CMYK
RGB Variations
Color information
#BC855A (or 0xBC855A) is known color: Twine. HEX triplet: BC, 85 and 5A. RGB value is (188,133,90). Sum of RGB (Red+Green+Blue) = 188+133+90=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC855A is #437AA5. Grayscale: #909090. Windows color (decimal): -4422310 or 5932476. OLE color: 5932476.
HSL color Cylindrical-coordinate representation of color #BC855A: hue angle of 26.33º 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 #BC855A is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 90 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.26 |
| HSL | 26.33º | 0.42% | 0.55% | - |
| HSV(B) | 26.33º | 0.52% | 0.74% | - |
| XYZ | 30.97 | 28.2 | 13.48 | - |
| YUV | 144.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 90 | 0 | 0.29 | 0.52 | 0.26 | 26.33 | 0.42 | 0.55 |
| Hex | BC | 85 | 5A | 0 | 1D | 34 | 1A | 1A | 2A | 37 |
| Octal | 274 | 205 | 132 | 0 | 35 | 64 | 32 | 32 | 52 | 67 |
| Binary | 10111100 | 10000101 | 1011010 | 0 | 11101 | 110100 | 11010 | 11010 | 101010 | 110111 |
Color Harmonies of #BC855A
Complementary color
Monochromatic Colors of #BC855A
Black with #BC855A
Text Example
Text Example
White with #BC855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC855A; }
p { color: rgb(188,133,90); }
H1.HeaderClassName
{
color: #BC855A;
}
.AnyTagClassName
{
color: #BC855A;
}
</style>
background-color css
<style>
a { background-color: #BC855A; }
a { background-color: rgb(188,133,90); }
div.DivClassName
{
background-color: #BC855A;
}
.BgClassName
{
background-color: #BC855A;
}
</style>
border-color css
<style>
span { border-color: #BC855A; }
span { border-color: rgb(188,133,90); }
td.TdClassName
{
border-color: #BC855A;
}
.TagClassName
{
border-color: #BC855A;
}
</style>