#BC687B

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

Shades of Tapestry #BC687B

Tints of Tapestry #BC687B

Color information

#BC687B (or 0xBC687B) is unknown color: approx Tapestry. HEX triplet: BC, 68 and 7B. RGB value is (188,104,123). Sum of RGB (Red+Green+Blue) = 188+104+123=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC687B is #439784. Grayscale: #838383. Windows color (decimal): -4429701 or 8087740. OLE color: 8087740.

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

Color convert

RGB188104123-
CMYK00.450.350.26
HSL346.43º38.53%57.25%-
HSV(B)346.43º44.68%73.73%-
XYZ29.2622.0221.45-
YUV131.28123.33168.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=45.30%
G=25.06%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810412300.450.350.26346.4338.5357.25
HexBC687B02D231A15a2739
Octal27415017305543325324771
Binary1011110011010001111011010110110001111010101011010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC687B; }

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

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

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

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

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

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

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

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