#BF6888

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

Shades of Tapestry #BF6888

Tints of Tapestry #BF6888

Color information

#BF6888 (or 0xBF6888) is unknown color: approx Tapestry. HEX triplet: BF, 68 and 88. RGB value is (191,104,136). Sum of RGB (Red+Green+Blue) = 191+104+136=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6888 is #409777. Grayscale: #858585. Windows color (decimal): -4233080 or 8939711. OLE color: 8939711.

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

Color convert

RGB191104136-
CMYK00.460.290.25
HSL337.93º40.47%57.84%-
HSV(B)337.93º45.55%74.9%-
XYZ30.8822.7526.06-
YUV133.66129.32168.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=44.32%
G=24.13%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110413600.460.290.25337.9340.4757.84
HexBF688802E1D19152283a
Octal27715021005635315225072
Binary1011111111010001000100001011101110111001101010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6888; }

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

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

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

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

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

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

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

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