#BF637D

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

Shades of Tapestry #BF637D

Tints of Tapestry #BF637D

Color information

#BF637D (or 0xBF637D) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 7D. RGB value is (191,99,125). Sum of RGB (Red+Green+Blue) = 191+99+125=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF637D is #409C82. Grayscale: #818181. Windows color (decimal): -4234371 or 8217535. OLE color: 8217535.

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

Color convert

RGB19199125-
CMYK00.480.350.25
HSL343.04º41.82%56.86%-
HSV(B)343.04º48.17%74.9%-
XYZ29.6521.4821.99-
YUV129.47125.48171.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=46.02%
G=23.86%
B=30.12%

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
Decimal1919912500.480.350.25343.0441.8256.86
HexBF637D03023191572a39
Octal27714317506043315275271
Binary1011111111000111111101011000010001111001101010111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF637D; }

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

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

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

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

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

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

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

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