#B3878A

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

Shades of Tapestry #B3878A

Tints of Tapestry #B3878A

Color information

#B3878A (or 0xB3878A) is unknown color: approx Tapestry. HEX triplet: B3, 87 and 8A. RGB value is (179,135,138). Sum of RGB (Red+Green+Blue) = 179+135+138=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3878A is #4C7875. Grayscale: #949494. Windows color (decimal): -5011574 or 9078707. OLE color: 9078707.

HSL color Cylindrical-coordinate representation of color #B3878A: hue angle of 355.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3878A is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179135138-
CMYK00.250.230.30
HSL355.91º22.45%61.57%-
HSV(B)355.91º24.58%70.2%-
XYZ31.8428.7527.92-
YUV148.5122.08149.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=39.60%
G=29.87%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913513800.250.230.30355.9122.4561.57
HexB3878A019171E164163e
Octal26320721203127365442676
Binary101100111000011110001010011001101111111010110010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3878A; }

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

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

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

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

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

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

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

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