#BF607F

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

Shades of Tapestry #BF607F

Tints of Tapestry #BF607F

Color information

#BF607F (or 0xBF607F) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 7F. RGB value is (191,96,127). Sum of RGB (Red+Green+Blue) = 191+96+127=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF607F is #409F80. Grayscale: #7F7F7F. Windows color (decimal): -4235137 or 8347839. OLE color: 8347839.

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

Color convert

RGB19196127-
CMYK00.500.340.25
HSL340.42º42.6%56.27%-
HSV(B)340.42º49.74%74.9%-
XYZ29.520.9722.57-
YUV127.94127.47172.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 127 (50% from 255) = 30.68%
R=46.14%
G=23.19%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919612700.500.340.25340.4242.656.27
HexBF607F03222191542b38
Octal27714017706242315245370
Binary1011111111000001111111011001010001011001101010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF607F; }

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

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

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

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

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

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

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

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