#B4737E

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

Shades of Tapestry #B4737E

Tints of Tapestry #B4737E

Color information

#B4737E (or 0xB4737E) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 7E. RGB value is (180,115,126). Sum of RGB (Red+Green+Blue) = 180+115+126=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4737E is #4B8C81. Grayscale: #878787. Windows color (decimal): -4951170 or 8287156. OLE color: 8287156.

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

Color convert

RGB180115126-
CMYK00.360.30.29
HSL349.85º30.23%57.84%-
HSV(B)349.85º36.11%70.59%-
XYZ28.7223.4722.76-
YUV135.69122.53159.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=42.76%
G=27.32%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011512600.360.30.29349.8530.2357.84
HexB4737E0241E1D15e1e3a
Octal26416317604436355363672
Binary10110100111001111111100100100111101110110101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4737E; }

 p { color: rgb(180,115,126); }

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

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

 a { background-color: rgb(180,115,126); }

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

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

 span { border-color: rgb(180,115,126); }

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