#BF697F

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

Shades of Tapestry #BF697F

Tints of Tapestry #BF697F

Color information

#BF697F (or 0xBF697F) is unknown color: approx Tapestry. HEX triplet: BF, 69 and 7F. RGB value is (191,105,127). Sum of RGB (Red+Green+Blue) = 191+105+127=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF697F is #409680. Grayscale: #858585. Windows color (decimal): -4232833 or 8350143. OLE color: 8350143.

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

Color convert

RGB191105127-
CMYK00.450.340.25
HSL344.65º40.19%58.04%-
HSV(B)344.65º45.03%74.9%-
XYZ30.3722.7122.86-
YUV133.22124.49169.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 127 (50% from 255) = 30.02%
R=45.15%
G=24.82%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110512700.450.340.25344.6540.1958.04
HexBF697F02D2219159283a
Octal27715117705542315315072
Binary1011111111010011111111010110110001011001101011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF697F; }

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

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

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

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

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

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

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

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