#B4638E

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

Shades of Tapestry #B4638E

Tints of Tapestry #B4638E

Color information

#B4638E (or 0xB4638E) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 8E. RGB value is (180,99,142). Sum of RGB (Red+Green+Blue) = 180+99+142=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4638E is #4B9C71. Grayscale: #808080. Windows color (decimal): -4955250 or 9331636. OLE color: 9331636.

HSL color Cylindrical-coordinate representation of color #B4638E: hue angle of 328.15º 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 #B4638E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18099142-
CMYK00.450.210.29
HSL328.15º35.06%54.71%-
HSV(B)328.15º45%70.59%-
XYZ28.1720.5828.08-
YUV128.12135.84165-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=42.76%
G=23.52%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809914200.450.210.29328.1535.0654.71
HexB4638E02D151D1482337
Octal26414321605525355104367
Binary1011010011000111000111001011011010111101101001000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4638E; }

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

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

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

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

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

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

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

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