#BF7385

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

Shades of Tapestry #BF7385

Tints of Tapestry #BF7385

Color information

#BF7385 (or 0xBF7385) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 85. RGB value is (191,115,133). Sum of RGB (Red+Green+Blue) = 191+115+133=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7385 is #408C7A. Grayscale: #8B8B8B. Windows color (decimal): -4230267 or 8745919. OLE color: 8745919.

HSL color Cylindrical-coordinate representation of color #BF7385: hue angle of 345.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7385 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191115133-
CMYK00.400.300.25
HSL345.79º37.25%60%-
HSV(B)345.79º39.79%74.9%-
XYZ31.8525.0325.34-
YUV139.78124.18164.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=43.51%
G=26.20%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111513300.400.300.25345.7937.2560
HexBF73850281E1915a253c
Octal27716320505036315324574
Binary1011111111100111000010101010001111011001101011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7385; }

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

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

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

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

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

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

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

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