#B4808F

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

Shades of Tapestry #B4808F

Tints of Tapestry #B4808F

Color information

#B4808F (or 0xB4808F) is unknown color: approx Tapestry. HEX triplet: B4, 80 and 8F. RGB value is (180,128,143). Sum of RGB (Red+Green+Blue) = 180+128+143=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4808F is #4B7F70. Grayscale: #919191. Windows color (decimal): -4947825 or 9404596. OLE color: 9404596.

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

Color convert

RGB180128143-
CMYK00.290.210.29
HSL342.69º25.74%60.39%-
HSV(B)342.69º28.89%70.59%-
XYZ31.527.1229.56-
YUV145.26126.73152.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=39.91%
G=28.38%
B=31.71%

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
Decimal18012814300.290.210.29342.6925.7460.39
HexB4808F01D151D1571a3c
Octal26420021703525355273274
Binary101101001000000010001111011101101011110110101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4808F; }

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

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

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

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

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

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

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

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