#BF768A

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

Shades of Tapestry #BF768A

Tints of Tapestry #BF768A

Color information

#BF768A (or 0xBF768A) is unknown color: approx Tapestry. HEX triplet: BF, 76 and 8A. RGB value is (191,118,138). Sum of RGB (Red+Green+Blue) = 191+118+138=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768A is #408975. Grayscale: #8E8E8E. Windows color (decimal): -4229494 or 9074367. OLE color: 9074367.

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

Color convert

RGB191118138-
CMYK00.380.280.25
HSL343.56º36.32%60.59%-
HSV(B)343.56º38.22%74.9%-
XYZ32.5525.8727.32-
YUV142.11125.68162.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=42.73%
G=26.40%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111813800.380.280.25343.5636.3260.59
HexBF768A0261C19158243d
Octal27716621204634315304475
Binary1011111111101101000101001001101110011001101011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF768A; }

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

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

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

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

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

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

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

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