#B4638C

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

Shades of Tapestry #B4638C

Tints of Tapestry #B4638C

Color information

#B4638C (or 0xB4638C) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 8C. RGB value is (180,99,140). Sum of RGB (Red+Green+Blue) = 180+99+140=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4638C is #4B9C73. Grayscale: #7F7F7F. Windows color (decimal): -4955252 or 9200564. OLE color: 9200564.

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

Color convert

RGB18099140-
CMYK00.450.220.29
HSL329.63º35.06%54.71%-
HSV(B)329.63º45%70.59%-
XYZ28.0220.5227.3-
YUV127.89134.84165.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=42.96%
G=23.63%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809914000.450.220.29329.6335.0654.71
HexB4638C02D161D14a2337
Octal26414321405526355124367
Binary1011010011000111000110001011011011011101101001010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4638C; }

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

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

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

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

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

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

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

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