#B5728A

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

Shades of Tapestry #B5728A

Tints of Tapestry #B5728A

Color information

#B5728A (or 0xB5728A) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 8A. RGB value is (181,114,138). Sum of RGB (Red+Green+Blue) = 181+114+138=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5728A is #4A8D75. Grayscale: #888888. Windows color (decimal): -4885878 or 9073333. OLE color: 9073333.

HSL color Cylindrical-coordinate representation of color #B5728A: hue angle of 338.51º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5728A is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB181114138-
CMYK00.370.240.29
HSL338.51º31.16%57.84%-
HSV(B)338.51º37.02%70.98%-
XYZ29.6623.6927.05-
YUV136.77128.7159.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=41.80%
G=26.33%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111413800.370.240.29338.5131.1657.84
HexB5728A025181D1531f3a
Octal26516221204530355233772
Binary101101011110010100010100100101110001110110101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5728A; }

 p { color: rgb(181,114,138); }

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

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

 a { background-color: rgb(181,114,138); }

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

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

 span { border-color: rgb(181,114,138); }

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