#BF728B

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

Shades of Tapestry #BF728B

Tints of Tapestry #BF728B

Color information

#BF728B (or 0xBF728B) is unknown color: approx Tapestry. HEX triplet: BF, 72 and 8B. RGB value is (191,114,139). Sum of RGB (Red+Green+Blue) = 191+114+139=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF728B is #408D74. Grayscale: #8B8B8B. Windows color (decimal): -4230517 or 9138879. OLE color: 9138879.

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

Color convert

RGB191114139-
CMYK00.400.270.25
HSL340.52º37.56%59.8%-
HSV(B)340.52º40.31%74.9%-
XYZ32.1624.9827.55-
YUV139.87127.51164.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=43.02%
G=25.68%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111413900.400.270.25340.5237.5659.8
HexBF728B0281B19155263c
Octal27716221305033315254674
Binary1011111111100101000101101010001101111001101010101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF728B; }

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

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

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

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

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

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

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

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