Shades of Twine #BC875A
Tints of Twine #BC875A
RGB
CMYK
RGB Variations
Color information
#BC875A (or 0xBC875A) is known color: Twine. HEX triplet: BC, 87 and 5A. RGB value is (188,135,90). Sum of RGB (Red+Green+Blue) = 188+135+90=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC875A is #4378A5. Grayscale: #919191. Windows color (decimal): -4421798 or 5932988. OLE color: 5932988.
HSL color Cylindrical-coordinate representation of color #BC875A: hue angle of 27.55º 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 #BC875A is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 90 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.26 |
| HSL | 27.55º | 0.42% | 0.55% | - |
| HSV(B) | 27.55º | 0.52% | 0.74% | - |
| XYZ | 31.25 | 28.76 | 13.58 | - |
| YUV | 145.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 90 | 0 | 0.28 | 0.52 | 0.26 | 27.55 | 0.42 | 0.55 |
| Hex | BC | 87 | 5A | 0 | 1C | 34 | 1A | 1C | 2A | 37 |
| Octal | 274 | 207 | 132 | 0 | 34 | 64 | 32 | 34 | 52 | 67 |
| Binary | 10111100 | 10000111 | 1011010 | 0 | 11100 | 110100 | 11010 | 11100 | 101010 | 110111 |
Color Harmonies of #BC875A
Complementary color
Monochromatic Colors of #BC875A
Black with #BC875A
Text Example
Text Example
White with #BC875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC875A; }
p { color: rgb(188,135,90); }
H1.HeaderClassName
{
color: #BC875A;
}
.AnyTagClassName
{
color: #BC875A;
}
</style>
background-color css
<style>
a { background-color: #BC875A; }
a { background-color: rgb(188,135,90); }
div.DivClassName
{
background-color: #BC875A;
}
.BgClassName
{
background-color: #BC875A;
}
</style>
border-color css
<style>
span { border-color: #BC875A; }
span { border-color: rgb(188,135,90); }
td.TdClassName
{
border-color: #BC875A;
}
.TagClassName
{
border-color: #BC875A;
}
</style>