Shades of Tapestry #BC6F78
Tints of Tapestry #BC6F78
RGB
CMYK
RGB Variations
Color information
#BC6F78 (or 0xBC6F78) is known color: Tapestry. HEX triplet: BC, 6F and 78. RGB value is (188,111,120). Sum of RGB (Red+Green+Blue) = 188+111+120=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F78 is #439087. Grayscale: #878787. Windows color (decimal): -4427912 or 7892924. OLE color: 7892924.
HSL color Cylindrical-coordinate representation of color #BC6F78: hue angle of 352.99º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6F78 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 111 | 120 | - |
CMYK | 0 | 0.41 | 0.36 | 0.26 |
HSL | 352.99º | 0.36% | 0.59% | - |
HSV(B) | 352.99º | 0.41% | 0.74% | - |
XYZ | 29.81 | 23.42 | 20.72 | - |
YUV | 135.05 | 119.51 | 165.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 111 | 120 | 0 | 0.41 | 0.36 | 0.26 | 352.99 | 0.36 | 0.59 |
Hex | BC | 6F | 78 | 0 | 29 | 24 | 1A | 161 | 24 | 3B |
Octal | 274 | 157 | 170 | 0 | 51 | 44 | 32 | 541 | 44 | 73 |
Binary | 10111100 | 1101111 | 1111000 | 0 | 101001 | 100100 | 11010 | 101100001 | 100100 | 111011 |
Color Harmonies of #BC6F78
Complementary color
Monochromatic Colors of #BC6F78
Black with #BC6F78
Text Example
Text Example
White with #BC6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F78; }
p { color: rgb(188,111,120); }
H1.HeaderClassName
{
color: #BC6F78;
}
.AnyTagClassName
{
color: #BC6F78;
}
</style>
background-color css
<style>
a { background-color: #BC6F78; }
a { background-color: rgb(188,111,120); }
div.DivClassName
{
background-color: #BC6F78;
}
.BgClassName
{
background-color: #BC6F78;
}
</style>
border-color css
<style>
span { border-color: #BC6F78; }
span { border-color: rgb(188,111,120); }
td.TdClassName
{
border-color: #BC6F78;
}
.TagClassName
{
border-color: #BC6F78;
}
</style>