#b46b83

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

Shades of Tapestry #B46B83

Tints of Tapestry #B46B83

Color information

#B46B83 (or 0xB46B83) is unknown color: approx Tapestry. HEX triplet: B4, 6B and 83. RGB value is (180,107,131). Sum of RGB (Red+Green+Blue) = 180+107+131=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B83 is #4B947C. Grayscale: #838383. Windows color (decimal): -4953213 or 8612788. OLE color: 8612788.

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

Color convert

RGB180107131-
CMYK00.410.270.29
HSL340.27º32.74%56.27%-
HSV(B)340.27º40.56%70.59%-
XYZ28.1821.8624.21-
YUV131.56127.68162.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=43.06%
G=25.60%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010713100.410.270.29340.2732.7456.27
HexB46B830291B1D1542138
Octal26415320305133355244170
Binary1011010011010111000001101010011101111101101010100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46b83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46b83; }

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

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

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

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

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

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

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

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