#B3828D

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

Shades of Tapestry #B3828D

Tints of Tapestry #B3828D

Color information

#B3828D (or 0xB3828D) is unknown color: approx Tapestry. HEX triplet: B3, 82 and 8D. RGB value is (179,130,141). Sum of RGB (Red+Green+Blue) = 179+130+141=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3828D is #4C7D72. Grayscale: #919191. Windows color (decimal): -5012851 or 9274035. OLE color: 9274035.

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

Color convert

RGB179130141-
CMYK00.270.210.30
HSL346.53º24.38%60.59%-
HSV(B)346.53º27.37%70.2%-
XYZ31.3827.4728.85-
YUV145.91125.23151.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=39.78%
G=28.89%
B=31.33%

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
Decimal17913014100.270.210.30346.5324.3860.59
HexB3828D01B151E15b183d
Octal26320221503325365333075
Binary101100111000001010001101011011101011111010101101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3828D; }

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

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

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

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

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

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

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

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