#BF6680

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

Shades of Tapestry #BF6680

Tints of Tapestry #BF6680

Color information

#BF6680 (or 0xBF6680) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 80. RGB value is (191,102,128). Sum of RGB (Red+Green+Blue) = 191+102+128=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6680 is #40997F. Grayscale: #838383. Windows color (decimal): -4233600 or 8414911. OLE color: 8414911.

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

Color convert

RGB191102128-
CMYK00.470.330.25
HSL342.47º41.01%57.45%-
HSV(B)342.47º46.6%74.9%-
XYZ30.1322.1423.11-
YUV131.57125.99170.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=45.37%
G=24.23%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110212800.470.330.25342.4741.0157.45
HexBF668002F21191562939
Octal27714620005741315265171
Binary10111111110011010000000010111110000111001101010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6680; }

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

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

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

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

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

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

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

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