#BF637E

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

Shades of Tapestry #BF637E

Tints of Tapestry #BF637E

Color information

#BF637E (or 0xBF637E) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 7E. RGB value is (191,99,126). Sum of RGB (Red+Green+Blue) = 191+99+126=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF637E is #409C81. Grayscale: #818181. Windows color (decimal): -4234370 or 8283071. OLE color: 8283071.

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

Color convert

RGB19199126-
CMYK00.480.340.25
HSL342.39º41.82%56.86%-
HSV(B)342.39º48.17%74.9%-
XYZ29.7121.5122.32-
YUV129.59125.98171.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=45.91%
G=23.80%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919912600.480.340.25342.3941.8256.86
HexBF637E03022191562a39
Octal27714317606042315265271
Binary1011111111000111111110011000010001011001101010110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF637E; }

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

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

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

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

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

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

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

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