#BF6886

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

Shades of Tapestry #BF6886

Tints of Tapestry #BF6886

Color information

#BF6886 (or 0xBF6886) is unknown color: approx Tapestry. HEX triplet: BF, 68 and 86. RGB value is (191,104,134). Sum of RGB (Red+Green+Blue) = 191+104+134=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6886 is #409779. Grayscale: #858585. Windows color (decimal): -4233082 or 8808639. OLE color: 8808639.

HSL color Cylindrical-coordinate representation of color #BF6886: hue angle of 339.31º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6886 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191104134-
CMYK00.460.300.25
HSL339.31º40.47%57.84%-
HSV(B)339.31º45.55%74.9%-
XYZ30.7422.725.32-
YUV133.43128.32169.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=44.52%
G=24.24%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110413400.460.300.25339.3140.4757.84
HexBF688602E1E19153283a
Octal27715020605636315235072
Binary1011111111010001000011001011101111011001101010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6886; }

 p { color: rgb(191,104,134); }

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

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

 a { background-color: rgb(191,104,134); }

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

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

 span { border-color: rgb(191,104,134); }

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