#B2637D

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

Shades of Tapestry #B2637D

Tints of Tapestry #B2637D

Color information

#B2637D (or 0xB2637D) is unknown color: approx Tapestry. HEX triplet: B2, 63 and 7D. RGB value is (178,99,125). Sum of RGB (Red+Green+Blue) = 178+99+125=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2637D is #4D9C82. Grayscale: #7D7D7D. Windows color (decimal): -5086339 or 8217522. OLE color: 8217522.

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

Color convert

RGB17899125-
CMYK00.440.300.30
HSL340.25º33.91%54.31%-
HSV(B)340.25º44.38%69.8%-
XYZ26.5219.8721.84-
YUV125.58127.67165.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=44.28%
G=24.63%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789912500.440.300.30340.2533.9154.31
HexB2637D02C1E1E1542236
Octal26214317505436365244266
Binary101100101100011111110101011001111011110101010100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2637D; }

 p { color: rgb(178,99,125); }

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

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

 a { background-color: rgb(178,99,125); }

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

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

 span { border-color: rgb(178,99,125); }

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