#B3638C

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

Shades of Tapestry #B3638C

Tints of Tapestry #B3638C

Color information

#B3638C (or 0xB3638C) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 8C. RGB value is (179,99,140). Sum of RGB (Red+Green+Blue) = 179+99+140=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3638C is #4C9C73. Grayscale: #7F7F7F. Windows color (decimal): -5020788 or 9200563. OLE color: 9200563.

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

Color convert

RGB17999140-
CMYK00.450.220.30
HSL329.25º34.48%54.51%-
HSV(B)329.25º44.69%70.2%-
XYZ27.7920.427.28-
YUV127.59135164.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=42.82%
G=23.68%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799914000.450.220.30329.2534.4854.51
HexB3638C02D161E1492237
Octal26314321405526365114267
Binary1011001111000111000110001011011011011110101001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3638C; }

 p { color: rgb(179,99,140); }

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

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

 a { background-color: rgb(179,99,140); }

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

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

 span { border-color: rgb(179,99,140); }

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