#BF637A

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

Shades of Tapestry #BF637A

Tints of Tapestry #BF637A

Color information

#BF637A (or 0xBF637A) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 7A. RGB value is (191,99,122). Sum of RGB (Red+Green+Blue) = 191+99+122=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF637A is #409C85. Grayscale: #818181. Windows color (decimal): -4234374 or 8020927. OLE color: 8020927.

HSL color Cylindrical-coordinate representation of color #BF637A: hue angle of 345º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF637A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19199122-
CMYK00.480.360.25
HSL345º41.82%56.86%-
HSV(B)345º48.17%74.9%-
XYZ29.4621.4120.99-
YUV129.13123.98172.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=46.36%
G=24.03%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919912200.480.360.2534541.8256.86
HexBF637A03024191592a39
Octal27714317206044315315271
Binary1011111111000111111010011000010010011001101011001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF637A; }

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

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

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

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

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

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

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

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