#B1878A

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

Shades of Tapestry #B1878A

Tints of Tapestry #B1878A

Color information

#B1878A (or 0xB1878A) is unknown color: approx Tapestry. HEX triplet: B1, 87 and 8A. RGB value is (177,135,138). Sum of RGB (Red+Green+Blue) = 177+135+138=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1878A is #4E7875. Grayscale: #939393. Windows color (decimal): -5142646 or 9078705. OLE color: 9078705.

HSL color Cylindrical-coordinate representation of color #B1878A: hue angle of 355.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1878A is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB177135138-
CMYK00.240.220.31
HSL355.71º21.21%61.18%-
HSV(B)355.71º23.73%69.41%-
XYZ31.3828.5127.89-
YUV147.9122.41148.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=39.33%
G=30%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713513800.240.220.31355.7121.2161.18
HexB1878A018161F164153d
Octal26120721203026375442575
Binary101100011000011110001010011000101101111110110010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1878A; }

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

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

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

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

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

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

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

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