#BC7C88

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

Shades of Tapestry #BC7C88

Tints of Tapestry #BC7C88

Color information

#BC7C88 (or 0xBC7C88) is unknown color: approx Tapestry. HEX triplet: BC, 7C and 88. RGB value is (188,124,136). Sum of RGB (Red+Green+Blue) = 188+124+136=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C88 is #438377. Grayscale: #909090. Windows color (decimal): -4424568 or 8944828. OLE color: 8944828.

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

Color convert

RGB188124136-
CMYK00.340.280.26
HSL348.75º32.32%61.18%-
HSV(B)348.75º34.04%73.73%-
XYZ32.3926.8826.77-
YUV144.5123.2159.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=41.96%
G=27.68%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812413600.340.280.26348.7532.3261.18
HexBC7C880221C1A15d203d
Octal27417421004234325354075
Binary1011110011111001000100001000101110011010101011101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C88; }

 p { color: rgb(188,124,136); }

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

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

 a { background-color: rgb(188,124,136); }

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

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

 span { border-color: rgb(188,124,136); }

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