#B2777F

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

Shades of Tapestry #B2777F

Tints of Tapestry #B2777F

Color information

#B2777F (or 0xB2777F) is unknown color: approx Tapestry. HEX triplet: B2, 77 and 7F. RGB value is (178,119,127). Sum of RGB (Red+Green+Blue) = 178+119+127=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2777F is #4D8880. Grayscale: #898989. Windows color (decimal): -5081217 or 8353714. OLE color: 8353714.

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

Color convert

RGB178119127-
CMYK00.330.290.30
HSL351.86º27.7%58.24%-
HSV(B)351.86º33.15%69.8%-
XYZ28.7924.1923.23-
YUV137.55122.05156.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 127 (50% from 255) = 29.95%
R=41.98%
G=28.07%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811912700.330.290.30351.8627.758.24
HexB2777F0211D1E1601c3a
Octal26216717704135365403472
Binary10110010111011111111110100001111011111010110000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2777F; }

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

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

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

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

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

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

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

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