#BF7488

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

Shades of Tapestry #BF7488

Tints of Tapestry #BF7488

Color information

#BF7488 (or 0xBF7488) is unknown color: approx Tapestry. HEX triplet: BF, 74 and 88. RGB value is (191,116,136). Sum of RGB (Red+Green+Blue) = 191+116+136=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7488 is #408B77. Grayscale: #8C8C8C. Windows color (decimal): -4230008 or 8942783. OLE color: 8942783.

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

Color convert

RGB191116136-
CMYK00.390.290.25
HSL344º36.95%60.2%-
HSV(B)344º39.27%74.9%-
XYZ32.1825.3426.49-
YUV140.7125.35163.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=43.12%
G=26.19%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111613600.390.290.2534436.9560.2
HexBF74880271D19158253c
Octal27716421004735315304574
Binary1011111111101001000100001001111110111001101011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7488; }

 p { color: rgb(191,116,136); }

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

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

 a { background-color: rgb(191,116,136); }

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

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

 span { border-color: rgb(191,116,136); }

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