#BC7987

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

Shades of Tapestry #BC7987

Tints of Tapestry #BC7987

Color information

#BC7987 (or 0xBC7987) is unknown color: approx Tapestry. HEX triplet: BC, 79 and 87. RGB value is (188,121,135). Sum of RGB (Red+Green+Blue) = 188+121+135=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7987 is #438678. Grayscale: #8E8E8E. Windows color (decimal): -4425337 or 8878524. OLE color: 8878524.

HSL color Cylindrical-coordinate representation of color #BC7987: hue angle of 347.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7987 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB188121135-
CMYK00.360.280.26
HSL347.46º33.33%60.59%-
HSV(B)347.46º35.64%73.73%-
XYZ31.9526.1226.28-
YUV142.63123.7160.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=42.34%
G=27.25%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812113500.360.280.26347.4633.3360.59
HexBC79870241C1A15b213d
Octal27417120704434325334175
Binary1011110011110011000011101001001110011010101011011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7987; }

 p { color: rgb(188,121,135); }

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

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

 a { background-color: rgb(188,121,135); }

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

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

 span { border-color: rgb(188,121,135); }

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