#BF617B

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

Shades of Tapestry #BF617B

Tints of Tapestry #BF617B

Color information

#BF617B (or 0xBF617B) is unknown color: approx Tapestry. HEX triplet: BF, 61 and 7B. RGB value is (191,97,123). Sum of RGB (Red+Green+Blue) = 191+97+123=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF617B is #409E84. Grayscale: #808080. Windows color (decimal): -4234885 or 8085951. OLE color: 8085951.

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

Color convert

RGB19197123-
CMYK00.490.360.25
HSL343.4º42.34%56.47%-
HSV(B)343.4º49.21%74.9%-
XYZ29.3421.0621.26-
YUV128.07125.14172.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=46.47%
G=23.60%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919712300.490.360.25343.442.3456.47
HexBF617B03124191572a38
Octal27714117306144315275270
Binary1011111111000011111011011000110010011001101010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF617B; }

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

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

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

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

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

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

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

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