#B5727B

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

Shades of Tapestry #B5727B

Tints of Tapestry #B5727B

Color information

#B5727B (or 0xB5727B) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 7B. RGB value is (181,114,123). Sum of RGB (Red+Green+Blue) = 181+114+123=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727B is #4A8D84. Grayscale: #878787. Windows color (decimal): -4885893 or 8090293. OLE color: 8090293.

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

Color convert

RGB181114123-
CMYK00.370.320.29
HSL351.94º31.16%57.84%-
HSV(B)351.94º37.02%70.98%-
XYZ28.6523.2921.72-
YUV135.06121.2160.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=43.30%
G=27.27%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111412300.370.320.29351.9431.1657.84
HexB5727B025201D1601f3a
Octal26516217304540355403772
Binary101101011110010111101101001011000001110110110000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5727B; }

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

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

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

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

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

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

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

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