#BF7983

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

Shades of Tapestry #BF7983

Tints of Tapestry #BF7983

Color information

#BF7983 (or 0xBF7983) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 83. RGB value is (191,121,131). Sum of RGB (Red+Green+Blue) = 191+121+131=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7983 is #40867C. Grayscale: #8F8F8F. Windows color (decimal): -4228733 or 8616383. OLE color: 8616383.

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

Color convert

RGB191121131-
CMYK00.370.310.25
HSL351.43º35.35%61.18%-
HSV(B)351.43º36.65%74.9%-
XYZ32.4226.3924.86-
YUV143.07121.19162.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=43.12%
G=27.31%
B=29.57%

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
Decimal19112113100.370.310.25351.4335.3561.18
HexBF79830251F1915f233d
Octal27717120304537315374375
Binary1011111111110011000001101001011111111001101011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7983; }

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

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

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

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

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

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

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

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