#BF727E

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

Shades of Tapestry #BF727E

Tints of Tapestry #BF727E

Color information

#BF727E (or 0xBF727E) is unknown color: approx Tapestry. HEX triplet: BF, 72 and 7E. RGB value is (191,114,126). Sum of RGB (Red+Green+Blue) = 191+114+126=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF727E is #408D81. Grayscale: #8A8A8A. Windows color (decimal): -4230530 or 8286911. OLE color: 8286911.

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

Color convert

RGB191114126-
CMYK00.400.340.25
HSL350.65º37.56%59.8%-
HSV(B)350.65º40.31%74.9%-
XYZ31.2724.6222.84-
YUV138.39121.01165.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=44.32%
G=26.45%
B=29.23%

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
Decimal19111412600.400.340.25350.6537.5659.8
HexBF727E028221915f263c
Octal27716217605042315374674
Binary1011111111100101111110010100010001011001101011111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF727E; }

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

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

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

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

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

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

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

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