#BF6878

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

Shades of Tapestry #BF6878

Tints of Tapestry #BF6878

Color information

#BF6878 (or 0xBF6878) is unknown color: approx Tapestry. HEX triplet: BF, 68 and 78. RGB value is (191,104,120). Sum of RGB (Red+Green+Blue) = 191+104+120=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6878 is #409787. Grayscale: #838383. Windows color (decimal): -4233096 or 7891135. OLE color: 7891135.

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

Color convert

RGB191104120-
CMYK00.460.370.25
HSL348.97º40.47%57.84%-
HSV(B)348.97º45.55%74.9%-
XYZ29.8322.3320.51-
YUV131.84121.32170.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=46.02%
G=25.06%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110412000.460.370.25348.9740.4757.84
HexBF687802E251915d283a
Octal27715017005645315355072
Binary1011111111010001111000010111010010111001101011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6878; }

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

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

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

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

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

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

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

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