#BF7789

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

Shades of Tapestry #BF7789

Tints of Tapestry #BF7789

Color information

#BF7789 (or 0xBF7789) is unknown color: approx Tapestry. HEX triplet: BF, 77 and 89. RGB value is (191,119,137). Sum of RGB (Red+Green+Blue) = 191+119+137=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7789 is #408876. Grayscale: #8E8E8E. Windows color (decimal): -4229239 or 9009087. OLE color: 9009087.

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

Color convert

RGB191119137-
CMYK00.380.280.25
HSL345º36%60.78%-
HSV(B)345º37.7%74.9%-
XYZ32.626.0826.98-
YUV142.58124.85162.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 137 (53.91% from 255) = 30.65%
R=42.73%
G=26.62%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111913700.380.280.253453660.78
HexBF77890261C19159243d
Octal27716721104634315314475
Binary1011111111101111000100101001101110011001101011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7789; }

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

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

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

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

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

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

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

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