#B38284

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

Shades of Tapestry #B38284

Tints of Tapestry #B38284

Color information

#B38284 (or 0xB38284) is unknown color: approx Tapestry. HEX triplet: B3, 82 and 84. RGB value is (179,130,132). Sum of RGB (Red+Green+Blue) = 179+130+132=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38284 is #4C7D7B. Grayscale: #909090. Windows color (decimal): -5012860 or 8684211. OLE color: 8684211.

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

Color convert

RGB179130132-
CMYK00.270.260.30
HSL357.55º24.38%60.59%-
HSV(B)357.55º27.37%70.2%-
XYZ30.7427.2125.46-
YUV144.88120.73152.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=40.59%
G=29.48%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913013200.270.260.30357.5524.3860.59
HexB3828401B1A1E166183d
Octal26320220403332365463075
Binary101100111000001010000100011011110101111010110011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38284; }

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

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

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

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

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

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

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

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