#bf7a80

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

Shades of Tapestry #BF7A80

Tints of Tapestry #BF7A80

Color information

#BF7A80 (or 0xBF7A80) is unknown color: approx Tapestry. HEX triplet: BF, 7A and 80. RGB value is (191,122,128). Sum of RGB (Red+Green+Blue) = 191+122+128=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7A80 is #40857F. Grayscale: #8F8F8F. Windows color (decimal): -4228480 or 8420031. OLE color: 8420031.

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

Color convert

RGB191122128-
CMYK00.360.330.25
HSL354.78º35.03%61.37%-
HSV(B)354.78º36.13%74.9%-
XYZ32.3426.5523.84-
YUV143.32119.36162.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=43.31%
G=27.66%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112212800.360.330.25354.7835.0361.37
HexBF7A800242119163233d
Octal27717220004441315434375
Binary10111111111101010000000010010010000111001101100011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf7a80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf7a80; }

 p { color: rgb(191,122,128); }

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

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

 a { background-color: rgb(191,122,128); }

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

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

 span { border-color: rgb(191,122,128); }

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