#BC627B

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

Shades of Tapestry #BC627B

Tints of Tapestry #BC627B

Color information

#BC627B (or 0xBC627B) is unknown color: approx Tapestry. HEX triplet: BC, 62 and 7B. RGB value is (188,98,123). Sum of RGB (Red+Green+Blue) = 188+98+123=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC627B is #439D84. Grayscale: #7F7F7F. Windows color (decimal): -4431237 or 8086204. OLE color: 8086204.

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

Color convert

RGB18898123-
CMYK00.480.350.26
HSL343.33º40.18%56.08%-
HSV(B)343.33º47.87%73.73%-
XYZ28.6820.8621.25-
YUV127.76125.32170.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=45.97%
G=23.96%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889812300.480.350.26343.3340.1856.08
HexBC627B030231A1572838
Octal27414217306043325275070
Binary1011110011000101111011011000010001111010101010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC627B; }

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

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

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

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

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

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

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

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