#B37993

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

Shades of Tapestry #B37993

Tints of Tapestry #B37993

Color information

#B37993 (or 0xB37993) is unknown color: approx Tapestry. HEX triplet: B3, 79 and 93. RGB value is (179,121,147). Sum of RGB (Red+Green+Blue) = 179+121+147=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37993 is #4C866C. Grayscale: #8D8D8D. Windows color (decimal): -5015149 or 9664947. OLE color: 9664947.

HSL color Cylindrical-coordinate representation of color #B37993: hue angle of 333.1º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37993 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179121147-
CMYK00.320.180.30
HSL333.1º27.62%58.82%-
HSV(B)333.1º32.4%70.2%-
XYZ30.6925.3730.88-
YUV141.31131.22154.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=40.04%
G=27.07%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912114700.320.180.30333.127.6258.82
HexB37993020121E14d1c3b
Octal26317122304022365153473
Binary101100111111001100100110100000100101111010100110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37993; }

 p { color: rgb(179,121,147); }

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

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

 a { background-color: rgb(179,121,147); }

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

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

 span { border-color: rgb(179,121,147); }

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