#B2638B

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

Shades of Tapestry #B2638B

Tints of Tapestry #B2638B

Color information

#B2638B (or 0xB2638B) is unknown color: approx Tapestry. HEX triplet: B2, 63 and 8B. RGB value is (178,99,139). Sum of RGB (Red+Green+Blue) = 178+99+139=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2638B is #4D9C74. Grayscale: #7F7F7F. Windows color (decimal): -5086325 or 9135026. OLE color: 9135026.

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

Color convert

RGB17899139-
CMYK00.440.220.30
HSL329.62º33.91%54.31%-
HSV(B)329.62º44.38%69.8%-
XYZ27.4820.2526.89-
YUV127.18134.67164.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=42.79%
G=23.80%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789913900.440.220.30329.6233.9154.31
HexB2638B02C161E14a2236
Octal26214321305426365124266
Binary1011001011000111000101101011001011011110101001010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2638B; }

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

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

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

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

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

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

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

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