#BF6A81

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

Shades of Tapestry #BF6A81

Tints of Tapestry #BF6A81

Color information

#BF6A81 (or 0xBF6A81) is unknown color: approx Tapestry. HEX triplet: BF, 6A and 81. RGB value is (191,106,129). Sum of RGB (Red+Green+Blue) = 191+106+129=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A81 is #40957E. Grayscale: #868686. Windows color (decimal): -4232575 or 8481471. OLE color: 8481471.

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

Color convert

RGB191106129-
CMYK00.450.320.25
HSL343.76º39.91%58.24%-
HSV(B)343.76º44.5%74.9%-
XYZ30.622.9723.59-
YUV134.04125.16168.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=44.84%
G=24.88%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110612900.450.320.25343.7639.9158.24
HexBF6A8102D2019158283a
Octal27715220105540315305072
Binary10111111110101010000001010110110000011001101011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A81; }

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

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

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

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

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

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

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

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