#B0878E

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

Shades of Tapestry #B0878E

Tints of Tapestry #B0878E

Color information

#B0878E (or 0xB0878E) is unknown color: approx Tapestry. HEX triplet: B0, 87 and 8E. RGB value is (176,135,142). Sum of RGB (Red+Green+Blue) = 176+135+142=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0878E is #4F7871. Grayscale: #949494. Windows color (decimal): -5208178 or 9340848. OLE color: 9340848.

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

Color convert

RGB176135142-
CMYK00.230.190.31
HSL349.76º20.6%60.98%-
HSV(B)349.76º23.3%69.02%-
XYZ31.4528.5129.44-
YUV148.06124.58147.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=38.85%
G=29.80%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613514200.230.190.31349.7620.660.98
HexB0878E017131F15e153d
Octal26020721602723375362575
Binary101100001000011110001110010111100111111110101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0878E; }

 p { color: rgb(176,135,142); }

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

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

 a { background-color: rgb(176,135,142); }

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

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

 span { border-color: rgb(176,135,142); }

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