#B2637A

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

Shades of Tapestry #B2637A

Tints of Tapestry #B2637A

Color information

#B2637A (or 0xB2637A) is unknown color: approx Tapestry. HEX triplet: B2, 63 and 7A. RGB value is (178,99,122). Sum of RGB (Red+Green+Blue) = 178+99+122=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2637A is #4D9C85. Grayscale: #7D7D7D. Windows color (decimal): -5086342 or 8020914. OLE color: 8020914.

HSL color Cylindrical-coordinate representation of color #B2637A: hue angle of 342.53º 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 #B2637A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB17899122-
CMYK00.440.310.30
HSL342.53º33.91%54.31%-
HSV(B)342.53º44.38%69.8%-
XYZ26.3319.7920.84-
YUV125.24126.17165.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=44.61%
G=24.81%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789912200.440.310.30342.5333.9154.31
HexB2637A02C1F1E1572236
Octal26214317205437365274266
Binary101100101100011111101001011001111111110101010111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2637A; }

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

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

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

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

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

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

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

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