#BF6F8A

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

Shades of Tapestry #BF6F8A

Tints of Tapestry #BF6F8A

Color information

#BF6F8A (or 0xBF6F8A) is unknown color: approx Tapestry. HEX triplet: BF, 6F and 8A. RGB value is (191,111,138). Sum of RGB (Red+Green+Blue) = 191+111+138=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F8A is #409075. Grayscale: #898989. Windows color (decimal): -4231286 or 9072575. OLE color: 9072575.

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

Color convert

RGB191111138-
CMYK00.420.280.25
HSL339.75º38.46%59.22%-
HSV(B)339.75º41.88%74.9%-
XYZ31.7624.2827.06-
YUV138128165.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=43.41%
G=25.23%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111113800.420.280.25339.7538.4659.22
HexBF6F8A02A1C19154263b
Octal27715721205234315244673
Binary1011111111011111000101001010101110011001101010100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F8A; }

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

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

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

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

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

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

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

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