#BF6182

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

Shades of Tapestry #BF6182

Tints of Tapestry #BF6182

Color information

#BF6182 (or 0xBF6182) is unknown color: approx Tapestry. HEX triplet: BF, 61 and 82. RGB value is (191,97,130). Sum of RGB (Red+Green+Blue) = 191+97+130=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6182 is #409E7D. Grayscale: #808080. Windows color (decimal): -4234878 or 8544703. OLE color: 8544703.

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

Color convert

RGB19197130-
CMYK00.490.320.25
HSL338.94º42.34%56.47%-
HSV(B)338.94º49.21%74.9%-
XYZ29.7921.2423.65-
YUV128.87128.64172.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=45.69%
G=23.21%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919713000.490.320.25338.9442.3456.47
HexBF618203120191532a38
Octal27714120206140315235270
Binary10111111110000110000010011000110000011001101010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6182; }

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

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

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

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

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

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

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

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