#B5737F

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

Shades of Tapestry #B5737F

Tints of Tapestry #B5737F

Color information

#B5737F (or 0xB5737F) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 7F. RGB value is (181,115,127). Sum of RGB (Red+Green+Blue) = 181+115+127=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5737F is #4A8C80. Grayscale: #888888. Windows color (decimal): -4885633 or 8352693. OLE color: 8352693.

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

Color convert

RGB181115127-
CMYK00.360.300.29
HSL349.09º30.84%58.04%-
HSV(B)349.09º36.46%70.98%-
XYZ29.0223.6223.11-
YUV136.1122.87160.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 127 (50% from 255) = 30.02%
R=42.79%
G=27.19%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111512700.360.300.29349.0930.8458.04
HexB5737F0241E1D15d1f3a
Octal26516317704436355353772
Binary10110101111001111111110100100111101110110101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5737F; }

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

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

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

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

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

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

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

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