#BC808C

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

Shades of Tapestry #BC808C

Tints of Tapestry #BC808C

Color information

#BC808C (or 0xBC808C) is unknown color: approx Tapestry. HEX triplet: BC, 80 and 8C. RGB value is (188,128,140). Sum of RGB (Red+Green+Blue) = 188+128+140=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC808C is #437F73. Grayscale: #939393. Windows color (decimal): -4423540 or 9207996. OLE color: 9207996.

HSL color Cylindrical-coordinate representation of color #BC808C: hue angle of 348º 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 #BC808C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB188128140-
CMYK00.320.260.26
HSL348º30.93%61.96%-
HSV(B)348º31.91%73.73%-
XYZ33.1928.0228.47-
YUV147.31123.88157.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=41.23%
G=28.07%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812814000.320.260.2634830.9361.96
HexBC808C0201A1A15c1f3e
Octal27420021404032325343776
Binary1011110010000000100011000100000110101101010101110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC808C; }

 p { color: rgb(188,128,140); }

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

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

 a { background-color: rgb(188,128,140); }

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

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

 span { border-color: rgb(188,128,140); }

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