#BF6186

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

Shades of Tapestry #BF6186

Tints of Tapestry #BF6186

Color information

#BF6186 (or 0xBF6186) is unknown color: approx Tapestry. HEX triplet: BF, 61 and 86. RGB value is (191,97,134). Sum of RGB (Red+Green+Blue) = 191+97+134=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6186 is #409E79. Grayscale: #818181. Windows color (decimal): -4234874 or 8806847. OLE color: 8806847.

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

Color convert

RGB19197134-
CMYK00.490.300.25
HSL336.38º42.34%56.47%-
HSV(B)336.38º49.21%74.9%-
XYZ30.0621.3525.09-
YUV129.32130.64171.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=45.26%
G=22.99%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919713400.490.300.25336.3842.3456.47
HexBF61860311E191502a38
Octal27714120606136315205270
Binary1011111111000011000011001100011111011001101010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6186; }

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

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

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

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

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

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

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

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