#BF757B

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

Shades of Tapestry #BF757B

Tints of Tapestry #BF757B

Color information

#BF757B (or 0xBF757B) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 7B. RGB value is (191,117,123). Sum of RGB (Red+Green+Blue) = 191+117+123=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF757B is #408A84. Grayscale: #8B8B8B. Windows color (decimal): -4229765 or 8091071. OLE color: 8091071.

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

Color convert

RGB191117123-
CMYK00.390.360.25
HSL355.14º36.63%60.39%-
HSV(B)355.14º38.74%74.9%-
XYZ31.4225.2321.95-
YUV139.81118.52164.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=44.32%
G=27.15%
B=28.54%

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
Decimal19111712300.390.360.25355.1436.6360.39
HexBF757B0272419163253c
Octal27716517304744315434574
Binary1011111111101011111011010011110010011001101100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF757B; }

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

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

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

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

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

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

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

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