#B0638E

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

Shades of Tapestry #B0638E

Tints of Tapestry #B0638E

Color information

#B0638E (or 0xB0638E) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 8E. RGB value is (176,99,142). Sum of RGB (Red+Green+Blue) = 176+99+142=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0638E is #4F9C71. Grayscale: #7E7E7E. Windows color (decimal): -5217394 or 9331632. OLE color: 9331632.

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

Color convert

RGB17699142-
CMYK00.440.190.31
HSL326.49º32.77%53.92%-
HSV(B)326.49º43.75%69.02%-
XYZ27.2520.1128.04-
YUV126.92136.51163-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=42.21%
G=23.74%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769914200.440.190.31326.4932.7753.92
HexB0638E02C131F1462136
Octal26014321605423375064166
Binary1011000011000111000111001011001001111111101000110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0638E; }

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

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

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

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

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

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

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

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