#BC667F

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

Shades of Tapestry #BC667F

Tints of Tapestry #BC667F

Color information

#BC667F (or 0xBC667F) is unknown color: approx Tapestry. HEX triplet: BC, 66 and 7F. RGB value is (188,102,127). Sum of RGB (Red+Green+Blue) = 188+102+127=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC667F is #439980. Grayscale: #828282. Windows color (decimal): -4430209 or 8349372. OLE color: 8349372.

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

Color convert

RGB188102127-
CMYK00.460.320.26
HSL342.56º39.09%56.86%-
HSV(B)342.56º45.74%73.73%-
XYZ29.3221.7322.73-
YUV130.56125.99168.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 127 (50% from 255) = 30.46%
R=45.08%
G=24.46%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810212700.460.320.26342.5639.0956.86
HexBC667F02E201A1572739
Octal27414617705640325274771
Binary1011110011001101111111010111010000011010101010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC667F; }

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

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

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

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

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

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

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

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