#BF768D

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

Shades of Tapestry #BF768D

Tints of Tapestry #BF768D

Color information

#BF768D (or 0xBF768D) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 8D. RGB value is (191,118,141). Sum of RGB (Red+Green+Blue) = 191+118+141=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768D is #408972. Grayscale: #8E8E8E. Windows color (decimal): -4229491 or 9270975. OLE color: 9270975.

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

Color convert

RGB191118141-
CMYK00.380.260.25
HSL341.1º36.32%60.59%-
HSV(B)341.1º38.22%74.9%-
XYZ32.7725.9628.48-
YUV142.45127.18162.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=42.44%
G=26.22%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111814100.380.260.25341.136.3260.59
HexBF768D0261A19155243d
Octal27716621504632315254475
Binary1011111111101101000110101001101101011001101010101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF768D; }

 p { color: rgb(191,118,141); }

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

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

 a { background-color: rgb(191,118,141); }

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

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

 span { border-color: rgb(191,118,141); }

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