#B2757F

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

Shades of Tapestry #B2757F

Tints of Tapestry #B2757F

Color information

#B2757F (or 0xB2757F) is unknown color: approx Tapestry. HEX triplet: B2, 75 and 7F. RGB value is (178,117,127). Sum of RGB (Red+Green+Blue) = 178+117+127=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2757F is #4D8A80. Grayscale: #888888. Windows color (decimal): -5081729 or 8353202. OLE color: 8353202.

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

Color convert

RGB178117127-
CMYK00.340.290.30
HSL350.16º28.37%57.84%-
HSV(B)350.16º34.27%69.8%-
XYZ28.5523.7223.15-
YUV136.38122.71157.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 127 (50% from 255) = 30.09%
R=42.18%
G=27.73%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811712700.340.290.30350.1628.3757.84
HexB2757F0221D1E15e1c3a
Octal26216517704235365363472
Binary10110010111010111111110100010111011111010101111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2757F; }

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

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

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

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

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

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

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

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