#BF757A

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

Shades of Tapestry #BF757A

Tints of Tapestry #BF757A

Color information

#BF757A (or 0xBF757A) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 7A. RGB value is (191,117,122). Sum of RGB (Red+Green+Blue) = 191+117+122=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF757A is #408A85. Grayscale: #8B8B8B. Windows color (decimal): -4229766 or 8025535. OLE color: 8025535.

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

Color convert

RGB191117122-
CMYK00.390.360.25
HSL355.95º36.63%60.39%-
HSV(B)355.95º38.74%74.9%-
XYZ31.3625.221.62-
YUV139.7118.02164.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=44.42%
G=27.21%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111712200.390.360.25355.9536.6360.39
HexBF757A0272419164253c
Octal27716517204744315444574
Binary1011111111101011111010010011110010011001101100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF757A; }

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

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

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

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

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

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

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

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