#BF7988

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

Shades of Tapestry #BF7988

Tints of Tapestry #BF7988

Color information

#BF7988 (or 0xBF7988) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 88. RGB value is (191,121,136). Sum of RGB (Red+Green+Blue) = 191+121+136=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7988 is #408677. Grayscale: #8F8F8F. Windows color (decimal): -4228728 or 8944063. OLE color: 8944063.

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

Color convert

RGB191121136-
CMYK00.370.290.25
HSL347.14º35.35%61.18%-
HSV(B)347.14º36.65%74.9%-
XYZ32.7726.5326.69-
YUV143.64123.69161.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=42.63%
G=27.01%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112113600.370.290.25347.1435.3561.18
HexBF79880251D1915b233d
Octal27717121004535315334375
Binary1011111111110011000100001001011110111001101011011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7988; }

 p { color: rgb(191,121,136); }

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

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

 a { background-color: rgb(191,121,136); }

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

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

 span { border-color: rgb(191,121,136); }

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