#BF6984

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

Shades of Tapestry #BF6984

Tints of Tapestry #BF6984

Color information

#BF6984 (or 0xBF6984) is unknown color: approx Tapestry. HEX triplet: BF, 69 and 84. RGB value is (191,105,132). Sum of RGB (Red+Green+Blue) = 191+105+132=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6984 is #40967B. Grayscale: #858585. Windows color (decimal): -4232828 or 8677823. OLE color: 8677823.

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

Color convert

RGB191105132-
CMYK00.450.310.25
HSL341.16º40.19%58.04%-
HSV(B)341.16º45.03%74.9%-
XYZ30.722.8524.62-
YUV133.79126.99168.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=44.63%
G=24.53%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110513200.450.310.25341.1640.1958.04
HexBF698402D1F19155283a
Octal27715120405537315255072
Binary1011111111010011000010001011011111111001101010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6984; }

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

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

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

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

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

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

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

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