#B46388

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

Shades of Tapestry #B46388

Tints of Tapestry #B46388

Color information

#B46388 (or 0xB46388) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 88. RGB value is (180,99,136). Sum of RGB (Red+Green+Blue) = 180+99+136=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B46388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46388 is #4B9C77. Grayscale: #7F7F7F. Windows color (decimal): -4955256 or 8938420. OLE color: 8938420.

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

Color convert

RGB18099136-
CMYK00.450.240.29
HSL332.59º35.06%54.71%-
HSV(B)332.59º45%70.59%-
XYZ27.7320.425.77-
YUV127.44132.84165.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=43.37%
G=23.86%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809913600.450.240.29332.5935.0654.71
HexB4638802D181D14d2337
Octal26414321005530355154367
Binary1011010011000111000100001011011100011101101001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46388; }

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

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

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

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

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

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

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

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