#BC698C

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

Shades of Tapestry #BC698C

Tints of Tapestry #BC698C

Color information

#BC698C (or 0xBC698C) is unknown color: approx Tapestry. HEX triplet: BC, 69 and 8C. RGB value is (188,105,140). Sum of RGB (Red+Green+Blue) = 188+105+140=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698C is #439673. Grayscale: #858585. Windows color (decimal): -4429428 or 9202108. OLE color: 9202108.

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

Color convert

RGB188105140-
CMYK00.440.260.26
HSL334.7º38.25%57.45%-
HSV(B)334.7º44.15%73.73%-
XYZ30.5222.6927.58-
YUV133.81131.5166.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=43.42%
G=24.25%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810514000.440.260.26334.738.2557.45
HexBC698C02C1A1A14f2639
Octal27415121405432325174671
Binary1011110011010011000110001011001101011010101001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC698C; }

 p { color: rgb(188,105,140); }

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

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

 a { background-color: rgb(188,105,140); }

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

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

 span { border-color: rgb(188,105,140); }

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