#B4808D

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

Shades of Tapestry #B4808D

Tints of Tapestry #B4808D

Color information

#B4808D (or 0xB4808D) is unknown color: approx Tapestry. HEX triplet: B4, 80 and 8D. RGB value is (180,128,141). Sum of RGB (Red+Green+Blue) = 180+128+141=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4808D is #4B7F72. Grayscale: #919191. Windows color (decimal): -4947827 or 9273524. OLE color: 9273524.

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

Color convert

RGB180128141-
CMYK00.290.220.29
HSL345º25.74%60.39%-
HSV(B)345º28.89%70.59%-
XYZ31.3527.0628.77-
YUV145.03125.73152.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=40.09%
G=28.51%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012814100.290.220.2934525.7460.39
HexB4808D01D161D1591a3c
Octal26420021503526355313274
Binary101101001000000010001101011101101101110110101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4808D; }

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

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

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

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

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

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

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

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