#BC698D

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

Shades of Tapestry #BC698D

Tints of Tapestry #BC698D

Color information

#BC698D (or 0xBC698D) is unknown color: approx Tapestry. HEX triplet: BC, 69 and 8D. RGB value is (188,105,141). Sum of RGB (Red+Green+Blue) = 188+105+141=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698D is #439672. Grayscale: #858585. Windows color (decimal): -4429427 or 9267644. OLE color: 9267644.

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

Color convert

RGB188105141-
CMYK00.440.250.26
HSL333.98º38.25%57.45%-
HSV(B)333.98º44.15%73.73%-
XYZ30.622.7227.97-
YUV133.92132166.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=43.32%
G=24.19%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810514100.440.250.26333.9838.2557.45
HexBC698D02C191A14e2639
Octal27415121505431325164671
Binary1011110011010011000110101011001100111010101001110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC698D; }

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

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

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

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

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

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

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

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