#BF758A

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

Shades of Tapestry #BF758A

Tints of Tapestry #BF758A

Color information

#BF758A (or 0xBF758A) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 8A. RGB value is (191,117,138). Sum of RGB (Red+Green+Blue) = 191+117+138=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF758A is #408A75. Grayscale: #8D8D8D. Windows color (decimal): -4229750 or 9074111. OLE color: 9074111.

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

Color convert

RGB191117138-
CMYK00.390.280.25
HSL342.97º36.63%60.39%-
HSV(B)342.97º38.74%74.9%-
XYZ32.4325.6327.28-
YUV141.52126.02163.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=42.83%
G=26.23%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111713800.390.280.25342.9736.6360.39
HexBF758A0271C19157253c
Octal27716521204734315274574
Binary1011111111101011000101001001111110011001101010111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF758A; }

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

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

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

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

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

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

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

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