#BD697A

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

Shades of Tapestry #BD697A

Tints of Tapestry #BD697A

Color information

#BD697A (or 0xBD697A) is unknown color: approx Tapestry. HEX triplet: BD, 69 and 7A. RGB value is (189,105,122). Sum of RGB (Red+Green+Blue) = 189+105+122=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD697A is #429685. Grayscale: #848484. Windows color (decimal): -4363910 or 8022461. OLE color: 8022461.

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

Color convert

RGB189105122-
CMYK00.440.350.26
HSL347.86º38.89%57.65%-
HSV(B)347.86º44.44%74.12%-
XYZ29.5522.3321.16-
YUV132.05122.33168.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=45.43%
G=25.24%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910512200.440.350.26347.8638.8957.65
HexBD697A02C231A15c273a
Octal27515117205443325344772
Binary1011110111010011111010010110010001111010101011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD697A; }

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

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

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

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

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

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

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

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