#BF617F

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

Shades of Tapestry #BF617F

Tints of Tapestry #BF617F

Color information

#BF617F (or 0xBF617F) is unknown color: approx Tapestry. HEX triplet: BF, 61 and 7F. RGB value is (191,97,127). Sum of RGB (Red+Green+Blue) = 191+97+127=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF617F is #409E80. Grayscale: #808080. Windows color (decimal): -4234881 or 8348095. OLE color: 8348095.

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

Color convert

RGB19197127-
CMYK00.490.340.25
HSL340.85º42.34%56.47%-
HSV(B)340.85º49.21%74.9%-
XYZ29.5921.1622.6-
YUV128.53127.14172.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 127 (50% from 255) = 30.60%
R=46.02%
G=23.37%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919712700.490.340.25340.8542.3456.47
HexBF617F03122191552a38
Octal27714117706142315255270
Binary1011111111000011111111011000110001011001101010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF617F; }

 p { color: rgb(191,97,127); }

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

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

 a { background-color: rgb(191,97,127); }

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

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

 span { border-color: rgb(191,97,127); }

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