#BC808B

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

Shades of Tapestry #BC808B

Tints of Tapestry #BC808B

Color information

#BC808B (or 0xBC808B) is unknown color: approx Tapestry. HEX triplet: BC, 80 and 8B. RGB value is (188,128,139). Sum of RGB (Red+Green+Blue) = 188+128+139=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC808B is #437F74. Grayscale: #939393. Windows color (decimal): -4423541 or 9142460. OLE color: 9142460.

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

Color convert

RGB188128139-
CMYK00.320.260.26
HSL349º30.93%61.96%-
HSV(B)349º31.91%73.73%-
XYZ33.1227.9928.08-
YUV147.19123.38157.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=41.32%
G=28.13%
B=30.55%

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
Decimal18812813900.320.260.2634930.9361.96
HexBC808B0201A1A15d1f3e
Octal27420021304032325353776
Binary1011110010000000100010110100000110101101010101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC808B; }

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

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

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

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

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

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

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

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