#BF7285

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

Shades of Tapestry #BF7285

Tints of Tapestry #BF7285

Color information

#BF7285 (or 0xBF7285) is unknown color: approx Tapestry. HEX triplet: BF, 72 and 85. RGB value is (191,114,133). Sum of RGB (Red+Green+Blue) = 191+114+133=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7285 is #408D7A. Grayscale: #8B8B8B. Windows color (decimal): -4230523 or 8745663. OLE color: 8745663.

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

Color convert

RGB191114133-
CMYK00.400.300.25
HSL345.19º37.56%59.8%-
HSV(B)345.19º40.31%74.9%-
XYZ31.7424.825.31-
YUV139.19124.51164.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=43.61%
G=26.03%
B=30.37%

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
Decimal19111413300.400.300.25345.1937.5659.8
HexBF72850281E19159263c
Octal27716220505036315314674
Binary1011111111100101000010101010001111011001101011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7285; }

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

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

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

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

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

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

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

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