#B3878B

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

Shades of Tapestry #B3878B

Tints of Tapestry #B3878B

Color information

#B3878B (or 0xB3878B) is unknown color: approx Tapestry. HEX triplet: B3, 87 and 8B. RGB value is (179,135,139). Sum of RGB (Red+Green+Blue) = 179+135+139=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3878B is #4C7874. Grayscale: #949494. Windows color (decimal): -5011573 or 9144243. OLE color: 9144243.

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

Color convert

RGB179135139-
CMYK00.250.220.30
HSL354.55º22.45%61.57%-
HSV(B)354.55º24.58%70.2%-
XYZ31.9128.7828.3-
YUV148.61122.58149.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=39.51%
G=29.80%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913513900.250.220.30354.5522.4561.57
HexB3878B019161E163163e
Octal26320721303126365432676
Binary101100111000011110001011011001101101111010110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3878B; }

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

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

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

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

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

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

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

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