#BF6F7B

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

Shades of Tapestry #BF6F7B

Tints of Tapestry #BF6F7B

Color information

#BF6F7B (or 0xBF6F7B) is unknown color: approx Tapestry. HEX triplet: BF, 6F and 7B. RGB value is (191,111,123). Sum of RGB (Red+Green+Blue) = 191+111+123=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F7B is #409084. Grayscale: #888888. Windows color (decimal): -4231301 or 8089535. OLE color: 8089535.

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

Color convert

RGB191111123-
CMYK00.420.360.25
HSL351º38.46%59.22%-
HSV(B)351º41.88%74.9%-
XYZ30.7523.8821.73-
YUV136.29120.5167.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=44.94%
G=26.12%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111112300.420.360.2535138.4659.22
HexBF6F7B02A241915f263b
Octal27715717305244315374673
Binary1011111111011111111011010101010010011001101011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F7B; }

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

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

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

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

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

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

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

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