#B3818C

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

Shades of Tapestry #B3818C

Tints of Tapestry #B3818C

Color information

#B3818C (or 0xB3818C) is unknown color: approx Tapestry. HEX triplet: B3, 81 and 8C. RGB value is (179,129,140). Sum of RGB (Red+Green+Blue) = 179+129+140=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3818C is #4C7E73. Grayscale: #919191. Windows color (decimal): -5013108 or 9208243. OLE color: 9208243.

HSL color Cylindrical-coordinate representation of color #B3818C: hue angle of 346.8º 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 #B3818C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179129140-
CMYK00.280.220.30
HSL346.8º24.75%60.39%-
HSV(B)346.8º27.93%70.2%-
XYZ31.1727.1828.41-
YUV145.2125.06152.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=39.96%
G=28.79%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912914000.280.220.30346.824.7560.39
HexB3818C01C161E15b193c
Octal26320121403426365333174
Binary101100111000000110001100011100101101111010101101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3818C; }

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

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

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

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

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

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

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

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