#BF768E

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

Shades of Tapestry #BF768E

Tints of Tapestry #BF768E

Color information

#BF768E (or 0xBF768E) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 8E. RGB value is (191,118,142). Sum of RGB (Red+Green+Blue) = 191+118+142=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768E is #408971. Grayscale: #8E8E8E. Windows color (decimal): -4229490 or 9336511. OLE color: 9336511.

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

Color convert

RGB191118142-
CMYK00.380.260.25
HSL340.27º36.32%60.59%-
HSV(B)340.27º38.22%74.9%-
XYZ32.8525.9928.88-
YUV142.56127.68162.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=42.35%
G=26.16%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111814200.380.260.25340.2736.3260.59
HexBF768E0261A19154243d
Octal27716621604632315244475
Binary1011111111101101000111001001101101011001101010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF768E; }

 p { color: rgb(191,118,142); }

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

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

 a { background-color: rgb(191,118,142); }

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

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

 span { border-color: rgb(191,118,142); }

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