#BF6F78

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

Shades of Tapestry #BF6F78

Tints of Tapestry #BF6F78

Color information

#BF6F78 (or 0xBF6F78) is unknown color: approx Tapestry. HEX triplet: BF, 6F and 78. RGB value is (191,111,120). Sum of RGB (Red+Green+Blue) = 191+111+120=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F78 is #409087. Grayscale: #878787. Windows color (decimal): -4231304 or 7892927. OLE color: 7892927.

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

Color convert

RGB191111120-
CMYK00.420.370.25
HSL353.25º38.46%59.22%-
HSV(B)353.25º41.88%74.9%-
XYZ30.5623.820.75-
YUV135.95119167.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=45.26%
G=26.30%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111112000.420.370.25353.2538.4659.22
HexBF6F7802A2519161263b
Octal27715717005245315414673
Binary1011111111011111111000010101010010111001101100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F78; }

 p { color: rgb(191,111,120); }

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

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

 a { background-color: rgb(191,111,120); }

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

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

 span { border-color: rgb(191,111,120); }

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