#BF7579

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

Shades of Tapestry #BF7579

Tints of Tapestry #BF7579

Color information

#BF7579 (or 0xBF7579) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 79. RGB value is (191,117,121). Sum of RGB (Red+Green+Blue) = 191+117+121=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7579 is #408A86. Grayscale: #8B8B8B. Windows color (decimal): -4229767 or 7959999. OLE color: 7959999.

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

Color convert

RGB191117121-
CMYK00.390.370.25
HSL356.76º36.63%60.39%-
HSV(B)356.76º38.74%74.9%-
XYZ31.325.1821.3-
YUV139.58117.52164.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=44.52%
G=27.27%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111712100.390.370.25356.7636.6360.39
HexBF75790272519165253c
Octal27716517104745315454574
Binary1011111111101011111001010011110010111001101100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7579; }

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

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

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

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

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

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

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

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