#BC677C

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

Shades of Tapestry #BC677C

Tints of Tapestry #BC677C

Color information

#BC677C (or 0xBC677C) is unknown color: approx Tapestry. HEX triplet: BC, 67 and 7C. RGB value is (188,103,124). Sum of RGB (Red+Green+Blue) = 188+103+124=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC677C is #439883. Grayscale: #828282. Windows color (decimal): -4429956 or 8153020. OLE color: 8153020.

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

Color convert

RGB188103124-
CMYK00.450.340.26
HSL345.18º38.81%57.06%-
HSV(B)345.18º45.21%73.73%-
XYZ29.2321.8521.75-
YUV130.81124.16168.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=45.30%
G=24.82%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810312400.450.340.26345.1838.8157.06
HexBC677C02D221A1592739
Octal27414717405542325314771
Binary1011110011001111111100010110110001011010101011001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC677C; }

 p { color: rgb(188,103,124); }

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

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

 a { background-color: rgb(188,103,124); }

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

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

 span { border-color: rgb(188,103,124); }

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