#B5828F

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

Shades of Tapestry #B5828F

Tints of Tapestry #B5828F

Color information

#B5828F (or 0xB5828F) is unknown color: approx Tapestry. HEX triplet: B5, 82 and 8F. RGB value is (181,130,143). Sum of RGB (Red+Green+Blue) = 181+130+143=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5828F is #4A7D70. Grayscale: #929292. Windows color (decimal): -4881777 or 9405109. OLE color: 9405109.

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

Color convert

RGB181130143-
CMYK00.280.210.29
HSL344.71º25.63%60.98%-
HSV(B)344.71º28.18%70.98%-
XYZ3227.7729.66-
YUV146.73125.9152.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 143 (56.25% from 255) = 31.50%
R=39.87%
G=28.63%
B=31.50%

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
Decimal18113014300.280.210.29344.7125.6360.98
HexB5828F01C151D1591a3d
Octal26520221703425355313275
Binary101101011000001010001111011100101011110110101100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5828F; }

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

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

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

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

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

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

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

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