#B4808E

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

Shades of Tapestry #B4808E

Tints of Tapestry #B4808E

Color information

#B4808E (or 0xB4808E) is unknown color: approx Tapestry. HEX triplet: B4, 80 and 8E. RGB value is (180,128,142). Sum of RGB (Red+Green+Blue) = 180+128+142=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4808E is #4B7F71. Grayscale: #919191. Windows color (decimal): -4947826 or 9339060. OLE color: 9339060.

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

Color convert

RGB180128142-
CMYK00.290.210.29
HSL343.85º25.74%60.39%-
HSV(B)343.85º28.89%70.59%-
XYZ31.4227.0929.16-
YUV145.14126.23152.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=40%
G=28.44%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012814200.290.210.29343.8525.7460.39
HexB4808E01D151D1581a3c
Octal26420021603525355303274
Binary101101001000000010001110011101101011110110101100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4808E; }

 p { color: rgb(180,128,142); }

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

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

 a { background-color: rgb(180,128,142); }

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

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

 span { border-color: rgb(180,128,142); }

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