#BF757F

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

Shades of Tapestry #BF757F

Tints of Tapestry #BF757F

Color information

#BF757F (or 0xBF757F) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 7F. RGB value is (191,117,127). Sum of RGB (Red+Green+Blue) = 191+117+127=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF757F is #408A80. Grayscale: #8C8C8C. Windows color (decimal): -4229761 or 8353215. OLE color: 8353215.

HSL color Cylindrical-coordinate representation of color #BF757F: hue angle of 351.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF757F is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191117127-
CMYK00.390.340.25
HSL351.89º36.63%60.39%-
HSV(B)351.89º38.74%74.9%-
XYZ31.6825.3323.3-
YUV140.27120.52164.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 127 (50% from 255) = 29.20%
R=43.91%
G=26.90%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111712700.390.340.25351.8936.6360.39
HexBF757F0272219160253c
Octal27716517704742315404574
Binary1011111111101011111111010011110001011001101100000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF757F; }

 p { color: rgb(191,117,127); }

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

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

 a { background-color: rgb(191,117,127); }

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

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

 span { border-color: rgb(191,117,127); }

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