#BF607D

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

Shades of Tapestry #BF607D

Tints of Tapestry #BF607D

Color information

#BF607D (or 0xBF607D) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 7D. RGB value is (191,96,125). Sum of RGB (Red+Green+Blue) = 191+96+125=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF607D is #409F82. Grayscale: #7F7F7F. Windows color (decimal): -4235139 or 8216767. OLE color: 8216767.

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

Color convert

RGB19196125-
CMYK00.500.350.25
HSL341.68º42.6%56.27%-
HSV(B)341.68º49.74%74.9%-
XYZ29.3720.9221.89-
YUV127.71126.47173.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=46.36%
G=23.30%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919612500.500.350.25341.6842.656.27
HexBF607D03223191562b38
Octal27714017506243315265370
Binary1011111111000001111101011001010001111001101010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF607D; }

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

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

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

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

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

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

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

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