#BC698B

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

Shades of Tapestry #BC698B

Tints of Tapestry #BC698B

Color information

#BC698B (or 0xBC698B) is unknown color: approx Tapestry. HEX triplet: BC, 69 and 8B. RGB value is (188,105,139). Sum of RGB (Red+Green+Blue) = 188+105+139=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698B is #439674. Grayscale: #858585. Windows color (decimal): -4429429 or 9136572. OLE color: 9136572.

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

Color convert

RGB188105139-
CMYK00.440.260.26
HSL335.42º38.25%57.45%-
HSV(B)335.42º44.15%73.73%-
XYZ30.4522.6627.19-
YUV133.69131166.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=43.52%
G=24.31%
B=32.18%

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
Decimal18810513900.440.260.26335.4238.2557.45
HexBC698B02C1A1A14f2639
Octal27415121305432325174671
Binary1011110011010011000101101011001101011010101001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC698B; }

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

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

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

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

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

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

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

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