#B0637E

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

Shades of Tapestry #B0637E

Tints of Tapestry #B0637E

Color information

#B0637E (or 0xB0637E) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 7E. RGB value is (176,99,126). Sum of RGB (Red+Green+Blue) = 176+99+126=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0637E is #4F9C81. Grayscale: #7D7D7D. Windows color (decimal): -5217410 or 8283056. OLE color: 8283056.

HSL color Cylindrical-coordinate representation of color #B0637E: hue angle of 338.96º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0637E is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17699126-
CMYK00.440.280.31
HSL338.96º32.77%53.92%-
HSV(B)338.96º43.75%69.02%-
XYZ26.1319.6622.16-
YUV125.1128.51164.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=43.89%
G=24.69%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769912600.440.280.31338.9632.7753.92
HexB0637E02C1C1F1532136
Octal26014317605434375234166
Binary101100001100011111111001011001110011111101010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0637E; }

 p { color: rgb(176,99,126); }

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

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

 a { background-color: rgb(176,99,126); }

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

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

 span { border-color: rgb(176,99,126); }

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