#BF607E

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

Shades of Tapestry #BF607E

Tints of Tapestry #BF607E

Color information

#BF607E (or 0xBF607E) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 7E. RGB value is (191,96,126). Sum of RGB (Red+Green+Blue) = 191+96+126=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF607E is #409F81. Grayscale: #7F7F7F. Windows color (decimal): -4235138 or 8282303. OLE color: 8282303.

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

Color convert

RGB19196126-
CMYK00.500.340.25
HSL341.05º42.6%56.27%-
HSV(B)341.05º49.74%74.9%-
XYZ29.4320.9522.23-
YUV127.82126.97173.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=46.25%
G=23.24%
B=30.51%

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
Decimal1919612600.500.340.25341.0542.656.27
HexBF607E03222191552b38
Octal27714017606242315255370
Binary1011111111000001111110011001010001011001101010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF607E; }

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

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

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

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

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

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

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

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