#BD697B

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

Shades of Tapestry #BD697B

Tints of Tapestry #BD697B

Color information

#BD697B (or 0xBD697B) is unknown color: approx Tapestry. HEX triplet: BD, 69 and 7B. RGB value is (189,105,123). Sum of RGB (Red+Green+Blue) = 189+105+123=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD697B is #429684. Grayscale: #848484. Windows color (decimal): -4363909 or 8087997. OLE color: 8087997.

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

Color convert

RGB189105123-
CMYK00.440.350.26
HSL347.14º38.89%57.65%-
HSV(B)347.14º44.44%74.12%-
XYZ29.6122.3521.49-
YUV132.17122.83168.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=45.32%
G=25.18%
B=29.50%

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
Decimal18910512300.440.350.26347.1438.8957.65
HexBD697B02C231A15b273a
Octal27515117305443325334772
Binary1011110111010011111011010110010001111010101011011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD697B; }

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

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

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

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

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

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

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

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