#B4638F

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

Shades of Tapestry #B4638F

Tints of Tapestry #B4638F

Color information

#B4638F (or 0xB4638F) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 8F. RGB value is (180,99,143). Sum of RGB (Red+Green+Blue) = 180+99+143=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4638F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4638F is #4B9C70. Grayscale: #808080. Windows color (decimal): -4955249 or 9397172. OLE color: 9397172.

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

Color convert

RGB18099143-
CMYK00.450.210.29
HSL327.41º35.06%54.71%-
HSV(B)327.41º45%70.59%-
XYZ28.2420.6128.48-
YUV128.23136.34164.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=42.65%
G=23.46%
B=33.89%

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
Decimal1809914300.450.210.29327.4135.0654.71
HexB4638F02D151D1472337
Octal26414321705525355074367
Binary1011010011000111000111101011011010111101101000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4638F; }

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

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

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

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

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

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

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

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