#B3828E

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

Shades of Tapestry #B3828E

Tints of Tapestry #B3828E

Color information

#B3828E (or 0xB3828E) is unknown color: approx Tapestry. HEX triplet: B3, 82 and 8E. RGB value is (179,130,142). Sum of RGB (Red+Green+Blue) = 179+130+142=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3828E is #4C7D71. Grayscale: #929292. Windows color (decimal): -5012850 or 9339571. OLE color: 9339571.

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

Color convert

RGB179130142-
CMYK00.270.210.30
HSL345.31º24.38%60.59%-
HSV(B)345.31º27.37%70.2%-
XYZ31.4627.529.24-
YUV146.02125.73151.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=39.69%
G=28.82%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913014200.270.210.30345.3124.3860.59
HexB3828E01B151E159183d
Octal26320221603325365313075
Binary101100111000001010001110011011101011111010101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3828E; }

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

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

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

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

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

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

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

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