#BF6086

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

Shades of Tapestry #BF6086

Tints of Tapestry #BF6086

Color information

#BF6086 (or 0xBF6086) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 86. RGB value is (191,96,134). Sum of RGB (Red+Green+Blue) = 191+96+134=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6086 is #409F79. Grayscale: #808080. Windows color (decimal): -4235130 or 8806591. OLE color: 8806591.

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

Color convert

RGB19196134-
CMYK00.500.300.25
HSL336º42.6%56.27%-
HSV(B)336º49.74%74.9%-
XYZ29.9721.1625.06-
YUV128.74130.97172.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=45.37%
G=22.80%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919613400.500.300.2533642.656.27
HexBF60860321E191502b38
Octal27714020606236315205370
Binary1011111111000001000011001100101111011001101010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6086; }

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

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

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

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

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

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

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

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