#BF6A89

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

Shades of Tapestry #BF6A89

Tints of Tapestry #BF6A89

Color information

#BF6A89 (or 0xBF6A89) is unknown color: approx Tapestry. HEX triplet: BF, 6A and 89. RGB value is (191,106,137). Sum of RGB (Red+Green+Blue) = 191+106+137=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A89 is #409576. Grayscale: #868686. Windows color (decimal): -4232567 or 9005759. OLE color: 9005759.

HSL color Cylindrical-coordinate representation of color #BF6A89: hue angle of 338.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6A89 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB191106137-
CMYK00.450.280.25
HSL338.12º39.91%58.24%-
HSV(B)338.12º44.5%74.9%-
XYZ31.1623.1926.5-
YUV134.95129.16167.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=44.01%
G=24.42%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110613700.450.280.25338.1239.9158.24
HexBF6A8902D1C19152283a
Octal27715221105534315225072
Binary1011111111010101000100101011011110011001101010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A89; }

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

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

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

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

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

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

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

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