#BF7883

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

Shades of Tapestry #BF7883

Tints of Tapestry #BF7883

Color information

#BF7883 (or 0xBF7883) is unknown color: approx Tapestry. HEX triplet: BF, 78 and 83. RGB value is (191,120,131). Sum of RGB (Red+Green+Blue) = 191+120+131=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7883 is #40877C. Grayscale: #8E8E8E. Windows color (decimal): -4228989 or 8616127. OLE color: 8616127.

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

Color convert

RGB191120131-
CMYK00.370.310.25
HSL350.7º35.68%60.98%-
HSV(B)350.7º37.17%74.9%-
XYZ32.326.1524.82-
YUV142.48121.52162.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=43.21%
G=27.15%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112013100.370.310.25350.735.6860.98
HexBF78830251F1915f243d
Octal27717020304537315374475
Binary1011111111110001000001101001011111111001101011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7883; }

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

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

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

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

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

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

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

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