#BF6F77

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

Shades of Tapestry #BF6F77

Tints of Tapestry #BF6F77

Color information

#BF6F77 (or 0xBF6F77) is unknown color: approx Tapestry. HEX triplet: BF, 6F and 77. RGB value is (191,111,119). Sum of RGB (Red+Green+Blue) = 191+111+119=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F77 is #409088. Grayscale: #878787. Windows color (decimal): -4231305 or 7827391. OLE color: 7827391.

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

Color convert

RGB191111119-
CMYK00.420.380.25
HSL354º38.46%59.22%-
HSV(B)354º41.88%74.9%-
XYZ30.523.7820.43-
YUV135.83118.5167.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=45.37%
G=26.37%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111111900.420.380.2535438.4659.22
HexBF6F7702A2619162263b
Octal27715716705246315424673
Binary1011111111011111110111010101010011011001101100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F77; }

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

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

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

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

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

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

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

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