#BF768B

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

Shades of Tapestry #BF768B

Tints of Tapestry #BF768B

Color information

#BF768B (or 0xBF768B) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 8B. RGB value is (191,118,139). Sum of RGB (Red+Green+Blue) = 191+118+139=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768B is #408974. Grayscale: #8E8E8E. Windows color (decimal): -4229493 or 9139903. OLE color: 9139903.

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

Color convert

RGB191118139-
CMYK00.380.270.25
HSL342.74º36.32%60.59%-
HSV(B)342.74º38.22%74.9%-
XYZ32.6225.927.71-
YUV142.22126.18162.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=42.63%
G=26.34%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111813900.380.270.25342.7436.3260.59
HexBF768B0261B19157243d
Octal27716621304633315274475
Binary1011111111101101000101101001101101111001101010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF768B; }

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

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

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

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

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

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

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

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