#B46583

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

Shades of Tapestry #B46583

Tints of Tapestry #B46583

Color information

#B46583 (or 0xB46583) is unknown color: approx Tapestry. HEX triplet: B4, 65 and 83. RGB value is (180,101,131). Sum of RGB (Red+Green+Blue) = 180+101+131=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B46583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46583 is #4B9A7C. Grayscale: #808080. Windows color (decimal): -4954749 or 8611252. OLE color: 8611252.

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

Color convert

RGB180101131-
CMYK00.440.270.29
HSL337.22º34.5%55.1%-
HSV(B)337.22º43.89%70.59%-
XYZ27.5720.6524.01-
YUV128.04129.67165.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=43.69%
G=24.51%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010113100.440.270.29337.2234.555.1
HexB4658302C1B1D1512237
Octal26414520305433355214267
Binary1011010011001011000001101011001101111101101010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46583; }

 p { color: rgb(180,101,131); }

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

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

 a { background-color: rgb(180,101,131); }

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

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

 span { border-color: rgb(180,101,131); }

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