#B46782

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

Shades of Tapestry #B46782

Tints of Tapestry #B46782

Color information

#B46782 (or 0xB46782) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 82. RGB value is (180,103,130). Sum of RGB (Red+Green+Blue) = 180+103+130=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46782 is #4B987D. Grayscale: #818181. Windows color (decimal): -4954238 or 8546228. OLE color: 8546228.

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

Color convert

RGB180103130-
CMYK00.430.280.29
HSL338.96º33.92%55.49%-
HSV(B)338.96º42.78%70.59%-
XYZ27.721.0223.72-
YUV129.1128.51164.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=43.58%
G=24.94%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010313000.430.280.29338.9633.9255.49
HexB4678202B1C1D1532237
Octal26414720205334355234267
Binary1011010011001111000001001010111110011101101010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46782; }

 p { color: rgb(180,103,130); }

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

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

 a { background-color: rgb(180,103,130); }

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

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

 span { border-color: rgb(180,103,130); }

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