#BF6681

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

Shades of Tapestry #BF6681

Tints of Tapestry #BF6681

Color information

#BF6681 (or 0xBF6681) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 81. RGB value is (191,102,129). Sum of RGB (Red+Green+Blue) = 191+102+129=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6681 is #40997E. Grayscale: #838383. Windows color (decimal): -4233599 or 8480447. OLE color: 8480447.

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

Color convert

RGB191102129-
CMYK00.470.320.25
HSL341.8º41.01%57.45%-
HSV(B)341.8º46.6%74.9%-
XYZ30.222.1623.46-
YUV131.69126.49170.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=45.26%
G=24.17%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110212900.470.320.25341.841.0157.45
HexBF668102F20191562939
Octal27714620105740315265171
Binary10111111110011010000001010111110000011001101010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6681; }

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

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

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

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

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

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

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

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