#BF6187

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

Shades of Tapestry #BF6187

Tints of Tapestry #BF6187

Color information

#BF6187 (or 0xBF6187) is unknown color: approx Tapestry. HEX triplet: BF, 61 and 87. RGB value is (191,97,135). Sum of RGB (Red+Green+Blue) = 191+97+135=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6187 is #409E78. Grayscale: #818181. Windows color (decimal): -4234873 or 8872383. OLE color: 8872383.

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

Color convert

RGB19197135-
CMYK00.490.290.25
HSL335.74º42.34%56.47%-
HSV(B)335.74º49.21%74.9%-
XYZ30.1321.3825.46-
YUV129.44131.14171.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=45.15%
G=22.93%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919713500.490.290.25335.7442.3456.47
HexBF61870311D191502a38
Octal27714120706135315205270
Binary1011111111000011000011101100011110111001101010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6187; }

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

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

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

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

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

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

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

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