#BF727F

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

Shades of Tapestry #BF727F

Tints of Tapestry #BF727F

Color information

#BF727F (or 0xBF727F) is unknown color: approx Tapestry. HEX triplet: BF, 72 and 7F. RGB value is (191,114,127). Sum of RGB (Red+Green+Blue) = 191+114+127=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF727F is #408D80. Grayscale: #8A8A8A. Windows color (decimal): -4230529 or 8352447. OLE color: 8352447.

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

Color convert

RGB191114127-
CMYK00.400.340.25
HSL349.87º37.56%59.8%-
HSV(B)349.87º40.31%74.9%-
XYZ31.3324.6423.18-
YUV138.5121.51165.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 127 (50% from 255) = 29.40%
R=44.21%
G=26.39%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111412700.400.340.25349.8737.5659.8
HexBF727F028221915e263c
Octal27716217705042315364674
Binary1011111111100101111111010100010001011001101011110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF727F; }

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

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

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

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

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

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

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

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