#bf637c

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

Shades of Tapestry #BF637C

Tints of Tapestry #BF637C

Color information

#BF637C (or 0xBF637C) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 7C. RGB value is (191,99,124). Sum of RGB (Red+Green+Blue) = 191+99+124=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF637C is #409C83. Grayscale: #818181. Windows color (decimal): -4234372 or 8151999. OLE color: 8151999.

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

Color convert

RGB19199124-
CMYK00.480.350.25
HSL343.7º41.82%56.86%-
HSV(B)343.7º48.17%74.9%-
XYZ29.5921.4621.65-
YUV129.36124.98171.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=46.14%
G=23.91%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919912400.480.350.25343.741.8256.86
HexBF637C03023191582a39
Octal27714317406043315305271
Binary1011111111000111111100011000010001111001101011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf637c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf637c; }

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

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

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

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

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

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

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

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