#BF6385

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

Shades of Tapestry #BF6385

Tints of Tapestry #BF6385

Color information

#BF6385 (or 0xBF6385) is unknown color: approx Tapestry. HEX triplet: BF, 63 and 85. RGB value is (191,99,133). Sum of RGB (Red+Green+Blue) = 191+99+133=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6385 is #409C7A. Grayscale: #828282. Windows color (decimal): -4234363 or 8741823. OLE color: 8741823.

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

Color convert

RGB19199133-
CMYK00.480.300.25
HSL337.83º41.82%56.86%-
HSV(B)337.83º48.17%74.9%-
XYZ30.1821.6924.79-
YUV130.38129.48171.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=45.15%
G=23.40%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919913300.480.300.25337.8341.8256.86
HexBF63850301E191522a39
Octal27714320506036315225271
Binary1011111111000111000010101100001111011001101010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6385; }

 p { color: rgb(191,99,133); }

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

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

 a { background-color: rgb(191,99,133); }

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

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

 span { border-color: rgb(191,99,133); }

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