#BF6F84

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

Shades of Tapestry #BF6F84

Tints of Tapestry #BF6F84

Color information

#BF6F84 (or 0xBF6F84) is unknown color: approx Tapestry. HEX triplet: BF, 6F and 84. RGB value is (191,111,132). Sum of RGB (Red+Green+Blue) = 191+111+132=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F84 is #40907B. Grayscale: #898989. Windows color (decimal): -4231292 or 8679359. OLE color: 8679359.

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

Color convert

RGB191111132-
CMYK00.420.310.25
HSL344.25º38.46%59.22%-
HSV(B)344.25º41.88%74.9%-
XYZ31.3424.1124.83-
YUV137.31125166.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=44.01%
G=25.58%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111113200.420.310.25344.2538.4659.22
HexBF6F8402A1F19158263b
Octal27715720405237315304673
Binary1011111111011111000010001010101111111001101011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F84; }

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

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

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

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

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

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

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

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