#BF6584

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

Shades of Tapestry #BF6584

Tints of Tapestry #BF6584

Color information

#BF6584 (or 0xBF6584) is unknown color: approx Tapestry. HEX triplet: BF, 65 and 84. RGB value is (191,101,132). Sum of RGB (Red+Green+Blue) = 191+101+132=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6584 is #409A7B. Grayscale: #838383. Windows color (decimal): -4233852 or 8676799. OLE color: 8676799.

HSL color Cylindrical-coordinate representation of color #BF6584: hue angle of 339.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6584 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB191101132-
CMYK00.470.310.25
HSL339.33º41.28%57.25%-
HSV(B)339.33º47.12%74.9%-
XYZ30.322.0524.49-
YUV131.44128.32170.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=45.05%
G=23.82%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110113200.470.310.25339.3341.2857.25
HexBF658402F1F191532939
Octal27714520405737315235171
Binary1011111111001011000010001011111111111001101010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6584; }

 p { color: rgb(191,101,132); }

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

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

 a { background-color: rgb(191,101,132); }

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

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

 span { border-color: rgb(191,101,132); }

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