#B46188

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

Shades of Tapestry #B46188

Tints of Tapestry #B46188

Color information

#B46188 (or 0xB46188) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 88. RGB value is (180,97,136). Sum of RGB (Red+Green+Blue) = 180+97+136=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46188 is #4B9E77. Grayscale: #7E7E7E. Windows color (decimal): -4955768 or 8937908. OLE color: 8937908.

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

Color convert

RGB18097136-
CMYK00.460.240.29
HSL331.81º35.62%54.31%-
HSV(B)331.81º46.11%70.59%-
XYZ27.5420.0325.71-
YUV126.26133.5166.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=43.58%
G=23.49%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809713600.460.240.29331.8135.6254.31
HexB4618802E181D14c2436
Octal26414121005630355144466
Binary1011010011000011000100001011101100011101101001100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46188; }

 p { color: rgb(180,97,136); }

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

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

 a { background-color: rgb(180,97,136); }

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

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

 span { border-color: rgb(180,97,136); }

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