#BF737F

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

Shades of Tapestry #BF737F

Tints of Tapestry #BF737F

Color information

#BF737F (or 0xBF737F) is unknown color: approx Tapestry. HEX triplet: BF, 73 and 7F. RGB value is (191,115,127). Sum of RGB (Red+Green+Blue) = 191+115+127=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF737F is #408C80. Grayscale: #8B8B8B. Windows color (decimal): -4230273 or 8352703. OLE color: 8352703.

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

Color convert

RGB191115127-
CMYK00.400.340.25
HSL350.53º37.25%60%-
HSV(B)350.53º39.79%74.9%-
XYZ31.4524.8723.22-
YUV139.09121.18165.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 127 (50% from 255) = 29.33%
R=44.11%
G=26.56%
B=29.33%

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
Decimal19111512700.400.340.25350.5337.2560
HexBF737F028221915f253c
Octal27716317705042315374574
Binary1011111111100111111111010100010001011001101011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF737F; }

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

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

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

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

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

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

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

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