#BF7088

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

Shades of Tapestry #BF7088

Tints of Tapestry #BF7088

Color information

#BF7088 (or 0xBF7088) is unknown color: approx Tapestry. HEX triplet: BF, 70 and 88. RGB value is (191,112,136). Sum of RGB (Red+Green+Blue) = 191+112+136=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7088 is #408F77. Grayscale: #8A8A8A. Windows color (decimal): -4231032 or 8941759. OLE color: 8941759.

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

Color convert

RGB191112136-
CMYK00.410.290.25
HSL341.77º38.16%59.41%-
HSV(B)341.77º41.36%74.9%-
XYZ31.7224.4426.34-
YUV138.36126.67165.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=43.51%
G=25.51%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111213600.410.290.25341.7738.1659.41
HexBF70880291D19156263b
Octal27716021005135315264673
Binary1011111111100001000100001010011110111001101010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7088; }

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

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

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

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

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

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

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

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