#BC668B

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

Shades of Tapestry #BC668B

Tints of Tapestry #BC668B

Color information

#BC668B (or 0xBC668B) is unknown color: approx Tapestry. HEX triplet: BC, 66 and 8B. RGB value is (188,102,139). Sum of RGB (Red+Green+Blue) = 188+102+139=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC668B is #439974. Grayscale: #838383. Windows color (decimal): -4430197 or 9135804. OLE color: 9135804.

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

Color convert

RGB188102139-
CMYK00.460.260.26
HSL334.19º39.09%56.86%-
HSV(B)334.19º45.74%73.73%-
XYZ30.1522.0627.09-
YUV131.93131.99167.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=43.82%
G=23.78%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810213900.460.260.26334.1939.0956.86
HexBC668B02E1A1A14e2739
Octal27414621305632325164771
Binary1011110011001101000101101011101101011010101001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC668B; }

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

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

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

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

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

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

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

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