#B4828F

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

Shades of Tapestry #B4828F

Tints of Tapestry #B4828F

Color information

#B4828F (or 0xB4828F) is unknown color: approx Tapestry. HEX triplet: B4, 82 and 8F. RGB value is (180,130,143). Sum of RGB (Red+Green+Blue) = 180+130+143=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4828F is #4B7D70. Grayscale: #929292. Windows color (decimal): -4947313 or 9405108. OLE color: 9405108.

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

Color convert

RGB180130143-
CMYK00.280.210.29
HSL344.4º25%60.78%-
HSV(B)344.4º27.78%70.59%-
XYZ31.7627.6529.65-
YUV146.43126.06151.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=39.74%
G=28.70%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013014300.280.210.29344.42560.78
HexB4828F01C151D158193d
Octal26420221703425355303175
Binary101101001000001010001111011100101011110110101100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4828F; }

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

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

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

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

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

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

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

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