#BF657E

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

Shades of Tapestry #BF657E

Tints of Tapestry #BF657E

Color information

#BF657E (or 0xBF657E) is unknown color: approx Tapestry. HEX triplet: BF, 65 and 7E. RGB value is (191,101,126). Sum of RGB (Red+Green+Blue) = 191+101+126=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF657E is #409A81. Grayscale: #828282. Windows color (decimal): -4233858 or 8283583. OLE color: 8283583.

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

Color convert

RGB191101126-
CMYK00.470.340.25
HSL343.33º41.28%57.25%-
HSV(B)343.33º47.12%74.9%-
XYZ29.9121.8922.39-
YUV130.76125.32170.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=45.69%
G=24.16%
B=30.14%

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
Decimal19110112600.470.340.25343.3341.2857.25
HexBF657E02F22191572939
Octal27714517605742315275171
Binary1011111111001011111110010111110001011001101010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF657E; }

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

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

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

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

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

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

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

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