#BC697B

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

Shades of Tapestry #BC697B

Tints of Tapestry #BC697B

Color information

#BC697B (or 0xBC697B) is unknown color: approx Tapestry. HEX triplet: BC, 69 and 7B. RGB value is (188,105,123). Sum of RGB (Red+Green+Blue) = 188+105+123=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC697B is #439684. Grayscale: #838383. Windows color (decimal): -4429445 or 8087996. OLE color: 8087996.

HSL color Cylindrical-coordinate representation of color #BC697B: hue angle of 346.99º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC697B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188105123-
CMYK00.440.350.26
HSL346.99º38.25%57.45%-
HSV(B)346.99º44.15%73.73%-
XYZ29.3722.2221.48-
YUV131.87123168.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=45.19%
G=25.24%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810512300.440.350.26346.9938.2557.45
HexBC697B02C231A15b2639
Octal27415117305443325334671
Binary1011110011010011111011010110010001111010101011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC697B; }

 p { color: rgb(188,105,123); }

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

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

 a { background-color: rgb(188,105,123); }

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

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

 span { border-color: rgb(188,105,123); }

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