#BF687A

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

Shades of Tapestry #BF687A

Tints of Tapestry #BF687A

Color information

#BF687A (or 0xBF687A) is unknown color: approx Tapestry. HEX triplet: BF, 68 and 7A. RGB value is (191,104,122). Sum of RGB (Red+Green+Blue) = 191+104+122=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF687A is #409785. Grayscale: #848484. Windows color (decimal): -4233094 or 8022207. OLE color: 8022207.

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

Color convert

RGB191104122-
CMYK00.460.360.25
HSL347.59º40.47%57.84%-
HSV(B)347.59º45.55%74.9%-
XYZ29.9522.3821.15-
YUV132.06122.32170.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=45.80%
G=24.94%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110412200.460.360.25347.5940.4757.84
HexBF687A02E241915c283a
Octal27715017205644315345072
Binary1011111111010001111010010111010010011001101011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF687A; }

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

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

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

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

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

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

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

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