#BF7888

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

Shades of Tapestry #BF7888

Tints of Tapestry #BF7888

Color information

#BF7888 (or 0xBF7888) is unknown color: approx Tapestry. HEX triplet: BF, 78 and 88. RGB value is (191,120,136). Sum of RGB (Red+Green+Blue) = 191+120+136=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7888 is #408777. Grayscale: #8F8F8F. Windows color (decimal): -4228984 or 8943807. OLE color: 8943807.

HSL color Cylindrical-coordinate representation of color #BF7888: hue angle of 346.48º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7888 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191120136-
CMYK00.370.290.25
HSL346.48º35.68%60.98%-
HSV(B)346.48º37.17%74.9%-
XYZ32.6526.2926.65-
YUV143.05124.02162.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=42.73%
G=26.85%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112013600.370.290.25346.4835.6860.98
HexBF78880251D1915a243d
Octal27717021004535315324475
Binary1011111111110001000100001001011110111001101011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7888; }

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

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

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

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

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

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

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

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