#B3828A

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

Shades of Tapestry #B3828A

Tints of Tapestry #B3828A

Color information

#B3828A (or 0xB3828A) is unknown color: approx Tapestry. HEX triplet: B3, 82 and 8A. RGB value is (179,130,138). Sum of RGB (Red+Green+Blue) = 179+130+138=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3828A is #4C7D75. Grayscale: #919191. Windows color (decimal): -5012854 or 9077427. OLE color: 9077427.

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

Color convert

RGB179130138-
CMYK00.270.230.30
HSL350.2º24.38%60.59%-
HSV(B)350.2º27.37%70.2%-
XYZ31.1627.3827.69-
YUV145.56123.73151.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=40.04%
G=29.08%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913013800.270.230.30350.224.3860.59
HexB3828A01B171E15e183d
Octal26320221203327365363075
Binary101100111000001010001010011011101111111010101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3828A; }

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

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

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

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

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

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

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

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