#B46384

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

Shades of Tapestry #B46384

Tints of Tapestry #B46384

Color information

#B46384 (or 0xB46384) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 84. RGB value is (180,99,132). Sum of RGB (Red+Green+Blue) = 180+99+132=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B46384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46384 is #4B9C7B. Grayscale: #7E7E7E. Windows color (decimal): -4955260 or 8676276. OLE color: 8676276.

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

Color convert

RGB18099132-
CMYK00.450.270.29
HSL335.56º35.06%54.71%-
HSV(B)335.56º45%70.59%-
XYZ27.4520.2924.3-
YUV126.98130.84165.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=43.80%
G=24.09%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809913200.450.270.29335.5635.0654.71
HexB4638402D1B1D1502337
Octal26414320405533355204367
Binary1011010011000111000010001011011101111101101010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46384; }

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

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

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

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

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

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

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

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