#B2797F

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

Shades of Tapestry #B2797F

Tints of Tapestry #B2797F

Color information

#B2797F (or 0xB2797F) is unknown color: approx Tapestry. HEX triplet: B2, 79 and 7F. RGB value is (178,121,127). Sum of RGB (Red+Green+Blue) = 178+121+127=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2797F is #4D8680. Grayscale: #8A8A8A. Windows color (decimal): -5080705 or 8354226. OLE color: 8354226.

HSL color Cylindrical-coordinate representation of color #B2797F: hue angle of 353.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2797F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178121127-
CMYK00.320.290.30
HSL353.68º27.01%58.63%-
HSV(B)353.68º32.02%69.8%-
XYZ29.0324.6723.31-
YUV138.73121.38156.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 127 (50% from 255) = 29.81%
R=41.78%
G=28.40%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812112700.320.290.30353.6827.0158.63
HexB2797F0201D1E1621b3b
Octal26217117704035365423373
Binary10110010111100111111110100000111011111010110001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2797F; }

 p { color: rgb(178,121,127); }

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

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

 a { background-color: rgb(178,121,127); }

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

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

 span { border-color: rgb(178,121,127); }

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