#B46286

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

Shades of Tapestry #B46286

Tints of Tapestry #B46286

Color information

#B46286 (or 0xB46286) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 86. RGB value is (180,98,134). Sum of RGB (Red+Green+Blue) = 180+98+134=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B46286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46286 is #4B9D79. Grayscale: #7E7E7E. Windows color (decimal): -4955514 or 8807092. OLE color: 8807092.

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

Color convert

RGB18098134-
CMYK00.460.260.29
HSL333.66º35.34%54.51%-
HSV(B)333.66º45.56%70.59%-
XYZ27.4920.1625-
YUV126.62132.17166.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=43.69%
G=23.79%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809813400.460.260.29333.6635.3454.51
HexB4628602E1A1D14e2337
Octal26414220605632355164367
Binary1011010011000101000011001011101101011101101001110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46286; }

 p { color: rgb(180,98,134); }

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

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

 a { background-color: rgb(180,98,134); }

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

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

 span { border-color: rgb(180,98,134); }

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