#BF7989

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

Shades of Tapestry #BF7989

Tints of Tapestry #BF7989

Color information

#BF7989 (or 0xBF7989) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 89. RGB value is (191,121,137). Sum of RGB (Red+Green+Blue) = 191+121+137=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7989 is #408676. Grayscale: #8F8F8F. Windows color (decimal): -4228727 or 9009599. OLE color: 9009599.

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

Color convert

RGB191121137-
CMYK00.370.280.25
HSL346.29º35.35%61.18%-
HSV(B)346.29º36.65%74.9%-
XYZ32.8426.5627.06-
YUV143.75124.19161.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=42.54%
G=26.95%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112113700.370.280.25346.2935.3561.18
HexBF79890251C1915a233d
Octal27717121104534315324375
Binary1011111111110011000100101001011110011001101011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7989; }

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

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

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

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

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

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

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

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