#BF6087

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

Shades of Tapestry #BF6087

Tints of Tapestry #BF6087

Color information

#BF6087 (or 0xBF6087) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 87. RGB value is (191,96,135). Sum of RGB (Red+Green+Blue) = 191+96+135=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6087 is #409F78. Grayscale: #808080. Windows color (decimal): -4235129 or 8872127. OLE color: 8872127.

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

Color convert

RGB19196135-
CMYK00.500.290.25
HSL335.37º42.6%56.27%-
HSV(B)335.37º49.74%74.9%-
XYZ30.0421.1925.43-
YUV128.85131.47172.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=45.26%
G=22.75%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919613500.500.290.25335.3742.656.27
HexBF60870321D1914f2b38
Octal27714020706235315175370
Binary1011111111000001000011101100101110111001101001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6087; }

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

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

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

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

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

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

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

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