#B4878A

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

Shades of Tapestry #B4878A

Tints of Tapestry #B4878A

Color information

#B4878A (or 0xB4878A) is unknown color: approx Tapestry. HEX triplet: B4, 87 and 8A. RGB value is (180,135,138). Sum of RGB (Red+Green+Blue) = 180+135+138=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4878A is #4B7875. Grayscale: #949494. Windows color (decimal): -4946038 or 9078708. OLE color: 9078708.

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

Color convert

RGB180135138-
CMYK00.250.230.29
HSL356º23.08%61.76%-
HSV(B)356º25%70.59%-
XYZ32.0728.8727.93-
YUV148.8121.91150.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=39.74%
G=29.80%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013513800.250.230.2935623.0861.76
HexB4878A019171D164173e
Octal26420721203127355442776
Binary101101001000011110001010011001101111110110110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4878A; }

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

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

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

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

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

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

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

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