#B3818E

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

Shades of Tapestry #B3818E

Tints of Tapestry #B3818E

Color information

#B3818E (or 0xB3818E) is unknown color: approx Tapestry. HEX triplet: B3, 81 and 8E. RGB value is (179,129,142). Sum of RGB (Red+Green+Blue) = 179+129+142=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3818E is #4C7E71. Grayscale: #919191. Windows color (decimal): -5013106 or 9339315. OLE color: 9339315.

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

Color convert

RGB179129142-
CMYK00.280.210.30
HSL344.4º24.75%60.39%-
HSV(B)344.4º27.93%70.2%-
XYZ31.3227.2429.2-
YUV145.43126.06151.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=39.78%
G=28.67%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912914200.280.210.30344.424.7560.39
HexB3818E01C151E158193c
Octal26320121603425365303174
Binary101100111000000110001110011100101011111010101100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3818E; }

 p { color: rgb(179,129,142); }

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

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

 a { background-color: rgb(179,129,142); }

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

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

 span { border-color: rgb(179,129,142); }

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