#BF6F7F

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

Shades of Tapestry #BF6F7F

Tints of Tapestry #BF6F7F

Color information

#BF6F7F (or 0xBF6F7F) is unknown color: approx Tapestry. HEX triplet: BF, 6F and 7F. RGB value is (191,111,127). Sum of RGB (Red+Green+Blue) = 191+111+127=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F7F is #409080. Grayscale: #888888. Windows color (decimal): -4231297 or 8351679. OLE color: 8351679.

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

Color convert

RGB191111127-
CMYK00.420.340.25
HSL348º38.46%59.22%-
HSV(B)348º41.88%74.9%-
XYZ3123.9823.07-
YUV136.74122.5166.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 127 (50% from 255) = 29.60%
R=44.52%
G=25.87%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111112700.420.340.2534838.4659.22
HexBF6F7F02A221915c263b
Octal27715717705242315344673
Binary1011111111011111111111010101010001011001101011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F7F; }

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

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

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

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

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

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

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

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