#BC808A

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

Shades of Tapestry #BC808A

Tints of Tapestry #BC808A

Color information

#BC808A (or 0xBC808A) is unknown color: approx Tapestry. HEX triplet: BC, 80 and 8A. RGB value is (188,128,138). Sum of RGB (Red+Green+Blue) = 188+128+138=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC808A is #437F75. Grayscale: #939393. Windows color (decimal): -4423542 or 9076924. OLE color: 9076924.

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

Color convert

RGB188128138-
CMYK00.320.270.26
HSL350º30.93%61.96%-
HSV(B)350º31.91%73.73%-
XYZ33.0527.9627.7-
YUV147.08122.88157.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=41.41%
G=28.19%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812813800.320.270.2635030.9361.96
HexBC808A0201B1A15e1f3e
Octal27420021204033325363776
Binary1011110010000000100010100100000110111101010101111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC808A; }

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

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

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

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

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

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

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

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