Shades of Twine #BC875D
Tints of Twine #BC875D
RGB
CMYK
RGB Variations
Color information
#BC875D (or 0xBC875D) is known color: Twine. HEX triplet: BC, 87 and 5D. RGB value is (188,135,93). Sum of RGB (Red+Green+Blue) = 188+135+93=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC875D is #4378A2. Grayscale: #929292. Windows color (decimal): -4421795 or 6129596. OLE color: 6129596.
HSL color Cylindrical-coordinate representation of color #BC875D: hue angle of 26.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC875D is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 93 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.26 |
| HSL | 26.53º | 0.41% | 0.55% | - |
| HSV(B) | 26.53º | 0.51% | 0.74% | - |
| XYZ | 31.38 | 28.81 | 14.26 | - |
| YUV | 146.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 93 | 0 | 0.28 | 0.51 | 0.26 | 26.53 | 0.41 | 0.55 |
| Hex | BC | 87 | 5D | 0 | 1C | 33 | 1A | 1B | 29 | 37 |
| Octal | 274 | 207 | 135 | 0 | 34 | 63 | 32 | 33 | 51 | 67 |
| Binary | 10111100 | 10000111 | 1011101 | 0 | 11100 | 110011 | 11010 | 11011 | 101001 | 110111 |
Color Harmonies of #BC875D
Complementary color
Monochromatic Colors of #BC875D
Black with #BC875D
Text Example
Text Example
White with #BC875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC875D; }
p { color: rgb(188,135,93); }
H1.HeaderClassName
{
color: #BC875D;
}
.AnyTagClassName
{
color: #BC875D;
}
</style>
background-color css
<style>
a { background-color: #BC875D; }
a { background-color: rgb(188,135,93); }
div.DivClassName
{
background-color: #BC875D;
}
.BgClassName
{
background-color: #BC875D;
}
</style>
border-color css
<style>
span { border-color: #BC875D; }
span { border-color: rgb(188,135,93); }
td.TdClassName
{
border-color: #BC875D;
}
.TagClassName
{
border-color: #BC875D;
}
</style>