#BF607A

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

Shades of Tapestry #BF607A

Tints of Tapestry #BF607A

Color information

#BF607A (or 0xBF607A) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 7A. RGB value is (191,96,122). Sum of RGB (Red+Green+Blue) = 191+96+122=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF607A is #409F85. Grayscale: #7F7F7F. Windows color (decimal): -4235142 or 8020159. OLE color: 8020159.

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

Color convert

RGB19196122-
CMYK00.500.360.25
HSL343.58º42.6%56.27%-
HSV(B)343.58º49.74%74.9%-
XYZ29.1820.8520.9-
YUV127.37124.97173.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=46.70%
G=23.47%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919612200.500.360.25343.5842.656.27
HexBF607A03224191582b38
Octal27714017206244315305370
Binary1011111111000001111010011001010010011001101011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF607A; }

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

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

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

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

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

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

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

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