#BC7F85

Color #BC7F85 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #BC7F85

Tints of Tapestry #BC7F85

Color information

#BC7F85 (or 0xBC7F85) is unknown color: approx Tapestry. HEX triplet: BC, 7F and 85. RGB value is (188,127,133). Sum of RGB (Red+Green+Blue) = 188+127+133=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F85 is #43807A. Grayscale: #919191. Windows color (decimal): -4423803 or 8748988. OLE color: 8748988.

HSL color Cylindrical-coordinate representation of color #BC7F85: hue angle of 354.1º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7F85 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188127133-
CMYK00.320.290.26
HSL354.1º31.28%61.76%-
HSV(B)354.1º32.45%73.73%-
XYZ32.5627.5625.79-
YUV145.92120.71158.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=41.96%
G=28.35%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812713300.320.290.26354.131.2861.76
HexBC7F850201D1A1621f3e
Octal27417720504035325423776
Binary101111001111111100001010100000111011101010110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F85; }

 p { color: rgb(188,127,133); }

 H1.HeaderClassName
 {
   color: #BC7F85;
 }
 .AnyTagClassName
 {
   color: #BC7F85;
 }
</style>
background-color css

<style>
 a { background-color: #BC7F85; }

 a { background-color: rgb(188,127,133); }

 div.DivClassName
 {
   background-color: #BC7F85;
 }
 .BgClassName
 {
   background-color: #BC7F85;
 }
</style>
border-color css

<style>
 span { border-color: #BC7F85; }

 span { border-color: rgb(188,127,133); }

 td.TdClassName
 {
   border-color: #BC7F85;
 }
 .TagClassName
 {
   border-color: #BC7F85;
 }
</style>