#BF657F

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

Shades of Tapestry #BF657F

Tints of Tapestry #BF657F

Color information

#BF657F (or 0xBF657F) is unknown color: approx Tapestry. HEX triplet: BF, 65 and 7F. RGB value is (191,101,127). Sum of RGB (Red+Green+Blue) = 191+101+127=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF657F is #409A80. Grayscale: #828282. Windows color (decimal): -4233857 or 8349119. OLE color: 8349119.

HSL color Cylindrical-coordinate representation of color #BF657F: hue angle of 342.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF657F is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191101127-
CMYK00.470.340.25
HSL342.67º41.28%57.25%-
HSV(B)342.67º47.12%74.9%-
XYZ29.9721.9222.73-
YUV130.87125.82170.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 101 (39.84% from 255) = 24.11%
BLUE value IS 127 (50% from 255) = 30.31%
R=45.58%
G=24.11%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110112700.470.340.25342.6741.2857.25
HexBF657F02F22191572939
Octal27714517705742315275171
Binary1011111111001011111111010111110001011001101010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF657F; }

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

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

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

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

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

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

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

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