#BD697C

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

Shades of Tapestry #BD697C

Tints of Tapestry #BD697C

Color information

#BD697C (or 0xBD697C) is unknown color: approx Tapestry. HEX triplet: BD, 69 and 7C. RGB value is (189,105,124). Sum of RGB (Red+Green+Blue) = 189+105+124=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD697C is #429683. Grayscale: #848484. Windows color (decimal): -4363908 or 8153533. OLE color: 8153533.

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

Color convert

RGB189105124-
CMYK00.440.340.26
HSL346.43º38.89%57.65%-
HSV(B)346.43º44.44%74.12%-
XYZ29.6822.3821.82-
YUV132.28123.33168.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=45.22%
G=25.12%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910512400.440.340.26346.4338.8957.65
HexBD697C02C221A15a273a
Octal27515117405442325324772
Binary1011110111010011111100010110010001011010101011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD697C; }

 p { color: rgb(189,105,124); }

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

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

 a { background-color: rgb(189,105,124); }

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

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

 span { border-color: rgb(189,105,124); }

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