#BF697A

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

Shades of Tapestry #BF697A

Tints of Tapestry #BF697A

Color information

#BF697A (or 0xBF697A) is unknown color: approx Tapestry. HEX triplet: BF, 69 and 7A. RGB value is (191,105,122). Sum of RGB (Red+Green+Blue) = 191+105+122=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF697A is #409685. Grayscale: #848484. Windows color (decimal): -4232838 or 8022463. OLE color: 8022463.

HSL color Cylindrical-coordinate representation of color #BF697A: hue angle of 348.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF697A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191105122-
CMYK00.450.360.25
HSL348.14º40.19%58.04%-
HSV(B)348.14º45.03%74.9%-
XYZ30.0522.5821.19-
YUV132.65121.99169.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=45.69%
G=25.12%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110512200.450.360.25348.1440.1958.04
HexBF697A02D241915c283a
Octal27715117205544315345072
Binary1011111111010011111010010110110010011001101011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF697A; }

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

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

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

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

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

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

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

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