#BF7388

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

Shades of Tapestry #BF7388

Tints of Tapestry #BF7388

Color information

#BF7388 (or 0xBF7388) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 88. RGB value is (191,115,136). Sum of RGB (Red+Green+Blue) = 191+115+136=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7388 is #408C77. Grayscale: #8C8C8C. Windows color (decimal): -4230264 or 8942527. OLE color: 8942527.

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

Color convert

RGB191115136-
CMYK00.400.290.25
HSL343.42º37.25%60%-
HSV(B)343.42º39.79%74.9%-
XYZ32.0625.1226.45-
YUV140.12125.68164.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=43.21%
G=26.02%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111513600.400.290.25343.4237.2560
HexBF73880281D19157253c
Octal27716321005035315274574
Binary1011111111100111000100001010001110111001101010111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7388; }

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

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

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

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

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

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

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

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