#BF7783

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

Shades of Tapestry #BF7783

Tints of Tapestry #BF7783

Color information

#BF7783 (or 0xBF7783) is unknown color: approx Tapestry. HEX triplet: BF, 77 and 83. RGB value is (191,119,131). Sum of RGB (Red+Green+Blue) = 191+119+131=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7783 is #40887C. Grayscale: #8D8D8D. Windows color (decimal): -4229245 or 8615871. OLE color: 8615871.

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

Color convert

RGB191119131-
CMYK00.380.310.25
HSL350º36%60.78%-
HSV(B)350º37.7%74.9%-
XYZ32.1825.9124.78-
YUV141.9121.85163.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=43.31%
G=26.98%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111913100.380.310.253503660.78
HexBF77830261F1915e243d
Octal27716720304637315364475
Binary1011111111101111000001101001101111111001101011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7783; }

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

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

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

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

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

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

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

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