#B5727F

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

Shades of Tapestry #B5727F

Tints of Tapestry #B5727F

Color information

#B5727F (or 0xB5727F) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 7F. RGB value is (181,114,127). Sum of RGB (Red+Green+Blue) = 181+114+127=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727F is #4A8D80. Grayscale: #878787. Windows color (decimal): -4885889 or 8352437. OLE color: 8352437.

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

Color convert

RGB181114127-
CMYK00.370.300.29
HSL348.36º31.16%57.84%-
HSV(B)348.36º37.02%70.98%-
XYZ28.923.3923.07-
YUV135.51123.2160.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 127 (50% from 255) = 30.09%
R=42.89%
G=27.01%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111412700.370.300.29348.3631.1657.84
HexB5727F0251E1D15c1f3a
Octal26516217704536355343772
Binary10110101111001011111110100101111101110110101110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5727F; }

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

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

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

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

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

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

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

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