#BF6689

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

Shades of Tapestry #BF6689

Tints of Tapestry #BF6689

Color information

#BF6689 (or 0xBF6689) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 89. RGB value is (191,102,137). Sum of RGB (Red+Green+Blue) = 191+102+137=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6689 is #409976. Grayscale: #848484. Windows color (decimal): -4233591 or 9004735. OLE color: 9004735.

HSL color Cylindrical-coordinate representation of color #BF6689: hue angle of 336.4º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6689 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB191102137-
CMYK00.470.280.25
HSL336.4º41.01%57.45%-
HSV(B)336.4º46.6%74.9%-
XYZ30.7522.3926.37-
YUV132.6130.49169.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=44.42%
G=23.72%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110213700.470.280.25336.441.0157.45
HexBF668902F1C191502939
Octal27714621105734315205171
Binary1011111111001101000100101011111110011001101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6689; }

 p { color: rgb(191,102,137); }

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

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

 a { background-color: rgb(191,102,137); }

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

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

 span { border-color: rgb(191,102,137); }

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