#BF7279

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

Shades of Tapestry #BF7279

Tints of Tapestry #BF7279

Color information

#BF7279 (or 0xBF7279) is unknown color: approx Tapestry. HEX triplet: BF, 72 and 79. RGB value is (191,114,121). Sum of RGB (Red+Green+Blue) = 191+114+121=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7279 is #408D86. Grayscale: #898989. Windows color (decimal): -4230535 or 7959231. OLE color: 7959231.

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

Color convert

RGB191114121-
CMYK00.400.370.25
HSL354.55º37.56%59.8%-
HSV(B)354.55º40.31%74.9%-
XYZ30.9524.4921.19-
YUV137.82118.51165.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=44.84%
G=26.76%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111412100.400.370.25354.5537.5659.8
HexBF72790282519163263c
Octal27716217105045315434674
Binary1011111111100101111001010100010010111001101100011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7279; }

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

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

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

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

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

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

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

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